  :root{
  --btn-color : #59008e;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.error-last-message {
    text-align: center;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,
  ul ul,
  ol ul,
  ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: bold;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  a {
    color: #0275d8;
    text-decoration: none;
  }
 
    a:focus,
  a:hover {
    /* color: #014c8c; */
    text-decoration: underline;
  }
  
  a:not([href]):not([tabindex]) {
    /* color: inherit; */
    text-decoration: none;
  }
  
  a:not([href]):not([tabindex]):focus,
  a:not([href]):not([tabindex]):hover {
    /* color: inherit; */
    text-decoration: none;
  }
  
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }
  
  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img {
    vertical-align: middle;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  a,
  area,
  button,
  [role="button"],
  input,
  label,
  select,
  summary,
  textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  
  table {
    border-collapse: collapse;
    background-color: transparent;
  }
  
  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
  }
  
  th {
    text-align: left;
  }
  
  label {
    display: inline-block;
    margin-bottom: .5rem;
  }
  
  button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  
  input,
  button,
  select,
  textarea {
    line-height: inherit;
  }
  
  input[type="radio"]:disabled,
  input[type="checkbox"]:disabled {
    cursor: not-allowed;
  }
  
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    -webkit-appearance: listbox;
  }
  
  textarea {
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
  }
  
  input[type="search"] {
    -webkit-appearance: none;
  }
  
  output {
    display: inline-block;
  }
  
  [hidden] {
    display: none !important;
  }
  
  .disabled{
    cursor: not-allowed;
}
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: auto;
    color: inherit;
  }
  
  h1,
  .h1 {
    font-size: 48px;
  }
  
  h2,
  .h2 {
    font-size: 40px;
  }
  
  h3,
  .h3 {
    font-size: 32px;
  }
  
  h4,
  .h4 {
    font-size: 30px;
  }
  
  h5,
  .h5 {
    font-size: 24px;
  }
  
  h6,
  .h6 {
    font-size: 20px;
  }

  .h7{
    font-size: 18px;
  }

  .h8{
    font-size: 16px;
  }

  .h9{
    font-size: 14px;
  }

  .h10{
    font-size: 12px !important;
  }
  .h11{
    font-size: 10px;
  }
  
  .fw-600{
    font-weight: 600 !important;
  }

  .h-0{
    height: 0;
  }

  .w-0{
    width: 0; 
  }

  /* Custom New CSS start*/
:root {
    --primary: #4A148C;
    --input-border: #bdc3c7;
    --light: #52525b;
    --btn-disable: #E7E7E7;
    --white: #FFFFFF;
    --mc-success: #039611;
    --primary-hover:#F3EAFF;
    --border-1: #CDCDCD;
    --border-3: #E6E6E6;
    --border-2: #DDDDDD;
    --grey-1: #E4E4E7;
    --green: #039611;
    --table-text: #333333;
    --light-blue: #EBF3FF;
}

/* init css dail code */
.iti {
  --iti-path-flags-1x: url('../images/init-img/flags.png');
  --iti-path-flags-2x: url('../images/init-img/flags@2x.png');
  --iti-path-globe-1x: url('../images/init-img/globe.png');
  --iti-path-globe-2x: url('../images/init-img/globe@2x.png');
}

.mc-r-12{
  margin-right: 12px;
}

.fw-500{
  font-weight: 500 !important;
}

.mc-group {
    width: 100%;
    position: relative;
    background-color: white;
    margin-bottom: 24px;
}
body .mc-input {
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid var(--input-border);
    border-radius: 10px;
    padding: 16px;
    font-size: 14px;
    outline: none;
}

.StripeElement.mc-input{
    height: auto;
}

.mc-label {
    position: absolute;
    top: 15px;
    left: 13px;
    font-size: 14px;
    transition: top 0.3s;
    padding: 0 4px;
    pointer-events: none;
}
.mc-select-label{
  top: 17px;
}
.formInputFocus{
    top: -9px;
    background-color: white;
    font-size: 12px;
}

.textDanger {
    color: red;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary);
}

.passwordInputGroup div input {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.passwordInputGroup span {
    border: 1px solid var(--input-border);
    border-left: 0;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    color: var(--primary);
    text-transform: capitalize;
}
.border-radius {
    border-radius: 10px;
}
.btn-block {
    display: block;
    width: 100%;
    text-align: center;
    padding: 18px 26px;
    outline: none;
    border: none;
}

.mc-z-index{
  z-index: 2000;
}

.mc-bg-primary {
    background-color: var(--primary);
}
.mc-text-white{
  color: white;
}

.mc-text-primary {
    color: var(--primary);
}
.mc-light-text {
    color: var(--light);  
}

.mc-text-white{
  color: var(--white);
}

.mc-text-success{
  color: var(--green);
}

.text-mc-sm {
    font-size: 12px;
}

.text-sm-md {
    font-size: 14px;
}

.mc-semi-bold{
  font-weight: 600;
}

.center-building-image{
  aspect-ratio: 1.28;
  width: 100%;
}

.info-image{
  width: 18px;
  aspect-ratio: 1;
}

.info-box{
  background-color: var(--primary-hover);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 2.5rem;
}

.forgot-pass-text{
  margin-bottom: 2.5rem;
}

.form-section{
  margin-bottom: 20px;
}

.heading-box{
  margin-bottom: 40px;
}

.signup-heading {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.registration-screen .nav-tabs .nav-item .nav-link.active:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #82004E;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  top: inherit;
}
.nav-tabs .nav-item .nav-link {
  border: 0;
  padding: 0.5em 0.7em;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #878787;
  display: flex;
  align-items: center;
}

.nav-separator{
  margin-bottom: 40px;
}

.modal-content.mc-content.mc-modal-box{
  padding: 30px 20px 20px 20px; 
  border-radius: 12px;
}

.mc-modal-box .mc-modal-heading{
  font-size: 28px;
  font-weight: 600;
}

.mc-modal-paragraph{
  font-size: 16px;
  margin-bottom: 30px;
}

.modal-image{
  width: 45%;
  margin-bottom: 30px;
  aspect-ratio: 1;
}

.modal-checklist-image{
  width: 20%;
}

.modal-verify-email-image{
  width: 30%;
}

.has-error .help-block {
  font-size: 12px;
  color: #d80404;
}

.modal-height{
  max-height: 400px;
}

.help-block {
  font-size: 12px;
  color: #d80404;
  padding-left: 15px;
}

span.invalid-feedback.error {
  font-size: 12px;
  color: #d80404;
}


span.text-danger.error-messages {
  font-size: 12px;
  color: #d80404;
  padding-left: 15px;
}


.pass-btn{
  position: absolute;
  right: 0;
  top: 15px;
  /* height: 100%; */
  background: none;
  border: none;
  padding-right: 15px;
  color: var(--primary);
  font-size: 14px;
  text-decoration: underline;
}

.secondary-btn{
  background-color: var(--btn-disable);
  font-size: 16px;
  color: var(--light);
}

.secondary-btn:hover{
  background-color: var(--primary);
  color: var(--white);
}

.pass-input{
  padding-right: 60px;
}

.check-icon{
  color: #CDCDCD;
}

.validation-box{
  margin-bottom: 6px;
}

.password-validation-section{
  margin-bottom: 32px;
}

.industry_input{
  padding-right: 20px;
}

.submit-btn{
  color: var(--primary);
  background-color: transparent;
  border: none;
  outline: none;
}

.main-form-section::-webkit-scrollbar {
  display: none;
}

.nav-tabs--vertical {
  border-bottom: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.registration-screen {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #878787;
}

.registration-screen .reg-inner-wrap {
  position: relative;
  height: 516px;
  background: #ffffff;
}

.nav-tabs .nav-item .nav-link.active {
  border: 0;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--primary);
  position: relative;
}

.forgot-pwd {
  text-align: right;
  margin-bottom: 2.5rem;
}

.forgot-pwd a {
  font-size: 14px;
  color: var(--primary);
  font-weight: normal;  
}

.registration-screen .nav-tabs--vertical {
  width: 100%;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

#checkbox1{
  accent-color: var(--primary);
}

.middle-section-mobile{
  background-color: var(--primary);
  background-image: url('../images/centerImage.svg');
  background-repeat: no-repeat;
  background-position: bottom right;  
  background-size:auto;
  padding: 20px 12px 24px 12px;
  background-position-x: calc(100% - 12px);
  background-position-y: calc(100% - 4px);
  height: 92px;
}

/* admin screen  start*/

/* admin screen end */

/* sidebar start */
.sidebar{
  padding: 0;
}
.sidebar-container.offcanvas{
  border-right: 1px solid var(--border-3);
  width: 232px;
}

.sidebar-container .offcanvas-body::-webkit-scrollbar{
  display: none;
}

.sidebar-logo{
  padding: 21px 20px;
}

.sidebar-logo a img{
  width: 140px;
  height: 30px;
}

.sidebar-items{
  padding: 20px 12px;
}   

.mc-nav-item-logo svg{
  width: 18px;
  aspect-ratio: 1;
  margin-right: 12px;
}

.mc-nav-item{
  padding: 8px 16px ; 
}

.mc-nav-items{
  margin-bottom: 4px;
}

.mc-nav-heading{
  color:#8B8B8B;
  padding-left: 12px;
}

.mc-nav-list{
  margin-bottom: 16px;
}

ul{
  list-style: none;
  padding-left: 0 ;
}
.mc-nav-item-text{
  color: var(--light);
}
/* .active{
  background-color: var(--primary-hover);
  border-radius: 10px;
} */

.active .mc-nav-item-text{
  color: var(--primary);
  font-weight: 600;
}

li.active a svg path{
  fill: var(--primary);
}

a.mc-nav-item-logo{
  text-decoration: none;
}


/* sidebar end */

/* header start */



.mc-btn-outline{
  padding: 18px 12px;
  border-radius: 10px;
  border: 1px solid var(--primary);
  font-size: 14px;
  background-color: white;
  color: var(--primary);
  font-weight: 500;
}

.mc-btn-outline span{
  margin-right: 8px;
}

.header{
  padding: 12px 16px;
}

.header-icon{
  padding: 10px ;
}

.profile-container{
  border-radius: 36px;
  width: 36px;
  height: 36px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

.search-container{
  width: 250px;
  border-radius: 10px;
  border: 1px solid var(--grey-1);
  padding: 15px 16px;
  background-color: transparent;
}

.add_products .search-container{
  width: 250px;
  margin: 8px;
  border-radius: 10px;
  border: 1px solid var(--grey-1);
  padding: 15px 16px;
  background-color: transparent;
}

.search-command{
  width: 39px;
  height: 25px;
  border-radius: 6px;
  padding: 3px 8px;
  background-color: white;
}

.headerSearchInput{
  border: none;
  outline: none;
  background-color:  transparent;
}

.headerSearchInput::-webkit-input-placeholder{
  color: #646578;
}

.profile-dropdown::before{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-flex;
}

.profile-link::before{
  content: url('../images/person-bounding-box.svg');
}

.change-password-link::before{
  content: url('../images/key-fill.svg');
}

.logout-link::before{
  content: url('../images/logout-icon.svg');
}

.activity-log-link::before{
  content: url('../images/activity.svg');
}

.membership-link::before{
  content: url('../images/bag.svg');
}

.payment-history-link::before{
    content: url('../images/download.svg');
}

.logout-link{
  color:  rgb(199, 10, 10);;
  font-weight: 600;
}

.logout-link:hover{
  color: rgb(199, 10, 10);
  font-weight: 600;
}

.profile-dropdown .dropdown-item{
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
} 

/* header end */

/* admin form css start*/

.mc-form-group{
  border: 0.5px solid var(--border-3);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.02);
  background-color: white;
}

.mc-form-group::-webkit-scrollbar{
  display: none;
}

.form-detail-section{
  padding-top: 20px;
  background-color: #FBFBFC;
  min-height: calc(100vh - 84px);
  display: flex;
  flex-direction: column;
}

.mc-form-heading{
  font-weight: 600;
  margin-bottom: 28px;
}

#alert{
  margin-right: 12px;
}

.mc-form-btn{
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid var(--border-1);
  font-size: 14px;
  background-color: white;
  color: var(--primary);
  font-weight: 500;
}

.mc-form-btn-outline-grey{
  border: 1px solid var(--border-1);
}

.mc-form-btn-solid-primary{
  background-color: var(--primary);
  color: white;
  font-weight: 600;
}

.mc-form-btn-container{
  background: white;
  padding: 20px 16px;
} 


#create_product_form{
  margin-bottom: 0; 
}

.back-btn{
  border: 1px solid #BDC3C7;
  border-radius: 8px;
  padding: 6px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  margin-right: 16px;
}

.menu-btn{
  border: 1px solid #BDC3C7;
  border-radius: 8px;
  padding: 6px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  margin-right: 16px;
  cursor: pointer;
}

.product-image-wrapper{
  max-height: 215px;
  height: 215px;
}

.edit-product-image-wrapper {
    max-height: 249px;
    height: 249px;
}

.product-image-container{
  border: 1.2px dashed rgba(130, 0, 78, 0.4);
  border-radius: 10px;
  height: 100%;
  cursor: pointer;
  font-size: 16px;
  color: var(--primary);
}

#input-file{
  display: none;
}

.product-image{
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  height: 173px;
  width: 100%;
  overflow: hidden;
}

.product-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.edit-product-image{
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 245px;
    width: 100%;
    overflow: hidden;
  }

.edit-product-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.image-btn{
  border: 1.2px dashed rgba(130, 0, 78, 0.4);
  border-radius: 10px;
  padding:9px;
  margin-top: 12px;
  color: var(--primary);
  font-size: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}


label.change-image.mb-0.edit-image-btn {
  border: 1.2px dashed rgba(130, 0, 78, 0.4);
  border-radius: 10px;
  padding:16px;
  margin-top: 25px;
  color: var(--primary);
  font-size: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.mc-group .picker{
  width: 100%;
  background: transparent;
  border: 1px solid var(--input-border);
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  outline: none;
  display: flex;
}

.mc-select-container .mc-group{
  overflow-x: auto;
  overflow-y: visible;
}

.mc-group .picker::-webkit-scrollbar{
  display: none;
}

.mc-group .picker .pc-element{
  white-space: 'normal';
  font-size: 14px;
  color: var(--light);
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  padding: 2px 4px;
}

/* .mc-group .picker .pc-element{
  white-space: 'normal';
  font-size: 14px;
  color: var(--light);
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;

} */
.cancel-btn a{
  color: var(--primary);
  font-weight: normal;
  text-decoration: none;
}

.mc-modal-box h4.mc-modal-heading{
  font-size: 20px !important;
  font-weight: 600;
}

p.mc-modal-paragraph{
  font-size: 14px;
}

.modal-checkbox{
  margin-right: 12px;
}

.modal-content.mc-modal-box{
  max-width: 100%;
  width: 650px;
}

.modal-item{
  margin-bottom: 50px;
}

.mc-form-group-gap{
  margin-bottom: 16px;
}

.mb-100 {
  margin-bottom: 100px;
}

.edit-mb-100 {
    margin-bottom: 65px;
}
/* admin fomr  css end*/

/* edit page start */

a#change_product_status{
  font-size: 14px !important;
  font-weight: 600;
  color: var(--primary);
  margin-left: 12px;
  text-decoration: none;
}

a.cancel-btn{
  color: white;
}

.active-btn{
  font-family: 'poppins';
  font-weight: 500;
}

/* edit page end */
/* Product Details Page start */

.mc-group .mc-detail-heading{
  font-size: 12px;  
  color: var(--light);
  font-weight: 500;
  margin-bottom: 4px;
}

.mc-detail-text{
  font-size: 14px;
  color: black;
  font-weight: 500;
  margin: 0;
  word-break: break-word;
  max-width: 100%;
}

.mc-btn{
  padding: 18px 11px;
  border-radius: 10px;
  font-weight: 500;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid var(--border-1);
}

.mc-outline-btn{
  color: var(--primary);
  background-color: transparent;
  border: 1px solid var(--border-1);
}

.mc-solid-btn{
  color: white;
  background-color: var(--primary);
}

.product-image-wrapper-detail {
  max-height: 245px;
  height: 245px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image-wrapper-detail img {
  width: 100%;
  height: 100%;
  object-fit: contain;  
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
}


/* Product detail page end */


/* packge create start*/

.product-card{
  padding: 12px;
  border: 0.5px solid var(--border-1);
  border-radius: 10px;
  margin-bottom: 16px;
}

.product-card img{
  width: 92px;
  height: 92px;
  object-fit: fill;
  border-radius: 6px;
  margin-right: 16px;
}

.product-sku{
  color: #717171;
  font-size: 14px;
}

.product-qty-text{
  color: #52525B;
  font-size: 18px;
  font-weight: 500;
}

.product-input, .package-input{
  max-width: 100%;
  width: 100px;
  border-radius: 6px;
  border: 1px solid var(--border-2);
  height: 32px;
  padding: 4px 11px;
  margin-left: 12px;
}

.quantity-container{
  margin-top: 7px;
}

.trash-icon{
  cursor: pointer;
}

/* #product-card-list{
  min-height: 350px;
  max-height: 100%;
} */

input[type="number"].product-input::-webkit-inner-spin-button,
input[type="number"].product-input::-webkit-outer-spin-button {
  opacity: 1;
  -webkit-appearance: inner-spin-button;
}

input[type="number"].product-input {
  -moz-appearance: textfield;
}

input[type="number"].product-input::-moz-number-spin-box {
  opacity: 1;
}

input[type="number"].product-input::-ms-clear {
  display: none;
}

input[type="number"].product-input::-ms-spin-button,
input[type="number"].product-input::-ms-up-button,
input[type="number"].product-input::-ms-down-button {
  opacity: 1;
}   
/* package create end */

#add_product_in_package .modal-dialog{
  max-width: 100vw;
}

#add_product_in_package .modal-dialog .modal-content{
  width: 100%;
}


.cost-container{
  border: 0.5px solid var(--border-1);
  border-radius: 10px;
  padding: 12px;
}

.btn-section{
  padding: 20px 16px; 
}


/* modal table section */
#myTable_wrapper > div:last-child{
  display: none;
}

#myTable_wrapper{
  border: 0.5px solid var(--border-1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 0;
  overflow: hidden;
}

#myTable tbody td{
  padding: 29.5px 12px;
  background-color: white;
}

#myTable thead th{
  padding: 29.5px 12px;
  background-color: white;
}
.table>:not(caption)>*>*{
  background-color: white;
  box-shadow: none;
}

/* .dt-scroll-headInner{
  width: 100% !important;
} */

  .dataTable{
    width: 100% !important;
  }

.dt-layout-cell{
  padding-bottom: 0 !important;
}

div.dt-container .dt-search input {
  width: 250px;
  height: 41px;
  border-radius: 10px;
  border: 1px solid var(--grey-1);
  padding: 8px 16px;
  background-color: #F7F8F9;
  margin-right: 5px;
  outline: none;
  overflow: hidden;
}

#myTable_filter{
  text-align: right;  
}

#myTable_filter > label{
  display: inline-flex;
  align-items: center;
  gap: 1em;
}

.add_product_in_package_modal{
  height: 90vh;
  display: flex;
  flex-direction: column;
}

#myTable_wrapper > div:nth-child(2){
  flex-grow: 1;
  height: 0;
}

#myTable_wrapper > div:nth-child(2) > .col-sm-1{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

#myTable_wrapper > div:nth-child(2) > .col-sm-12::-webkit-scrollbar{
  display: none;
}

#myTable_wrapper > div:nth-child(2) > .col-sm-12 > .dataTables_scroll{
  height: 100%;
  display: flex;
  flex-direction: column;
}

#myTable_wrapper > div:nth-child(2) > .col-sm-12 > .dataTables_scroll > .dataTables_scrollHead{
  overflow: visible;
}

#myTable thead, #product thead{
  vertical-align: top;
  position: sticky;
  top: 0;
}

#myTable_filter{
  padding: 12px 12px 0 0;
}

th.sort-column:after{
  width: 18px;
  height: 18px;
  margin: auto 0;
  margin-left: 10px;
  cursor: pointer;
}

th.sort-column.sorting:after{
  content: url('/images/sort-icon.svg');
}

th.sort-column.sorting_asc:after{
  content: url('/images/sort_asc.svg');
}

th.sort-column.sorting_desc:after{
  content: url('/images/sort_desc.svg');
}

/* modal table section end */

.fw-400{
  font-weight: 400;
}

.mr-12{
  margin-right: 12px;
}

/* package listing start */

.filter-btn{
  padding: 10.5px 12px;
  color: var(--primary);
  border-radius: 10px;
  border: 1px solid var(--border-1);
  background-color: transparent;
  font-size: 14px;
}

#package-data{
  width: 100%;
}

#package-table_wrapper{
  border: 1px solid var(--border-2);
  border-radius: 10px;
}
#package-table{
  border-radius: 10px;
}
#package-table_wrapper th, #package-table_wrapper td{
  border: none ;
}
#package-table_wrapper tbody tr{
  border-top: 1px solid var(--border-3);
}

tbody > tr:last-child > td:first-child{
  border-bottom-left-radius: 10px;
}

tbody > tr:last-child > td:last-child{
  border-bottom-right-radius: 10px;
}

thead > tr:first-child > th:last-child{
  border-top-right-radius: 10px;
  /* padding: 0; */
}

tbody > tr:first-child > td:last-child{
  /* padding: 0; */
}
thead > tr:first-child > th:first-child{
  border-top-left-radius: 10px;
}
#package-table_wrapper tbody > tr > td{
  padding: 1.96rem 1rem;
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  word-break: break-word;
}

#package-table_wrapper tbody > tr > th{
  font-size: 14px;
  font-weight: 600;
}

#package-table_wrapper tbody > tr > td:first-child{
  font-weight: 600;
}

.table-dropdown .dropdown-menu{
  padding: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.table-dropdown-btn{
  outline: none;
  border: none;
}

.table-dropdown .dropdown-menu a.dropdown-item{
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}

.table-dropdown .dropdown-menu a.dropdown-item:last-child{
  border-bottom: none;
}

/* package lsiting end */

/* product listing start */
#product-data{
  width: 100%;
}

#product-table_wrapper tbody > tr > td{
  padding: 1.96rem 1rem;
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  word-break: break-word;
}

#product-table_wrapper tbody > tr > th{
  font-size: 14px;
  font-weight: 600;
}

#product-table_wrapper tbody > tr > td:first-child{
  font-weight: 600;
}

#product-table_wrapper{
  border: 1px solid var(--border-2);
  border-radius: 10px;
}
#product-table{
  border-radius: 10px;
}
#product-table_wrapper th, #package-table_wrapper td{
  border: none ;
}
#product-table_wrapper tbody tr{
  border-top: 1px solid var(--border-3);
}
#product-table_wrapper th{
  vertical-align: top;  
}

.table-footer {
  /* Styles to position the footer below the table */
  display: flex;
  justify-content: space-between;
  padding-top: 10px; /* Add some space between the table and the controls */
}

/* product listing end */


/* package detail start */
#total-amt{
  color: var(--green);
}

.mc-heading-detail{
  max-width: 50%
}

.product-card-heading{
  max-width: 75%;
}

.productDetailHeading{
  max-width: 75%;
}
/* package detail end */

/* category create start */

.category-form{
  max-height: 100%;
}

.sub-category-btn{
  cursor: pointer;
}

#sub-category-container{
  display: none;
}

/* category create end */

.supplier-label{
  top: -9px;
    background-color: white;
    font-size: 12px;
}


/* Listing table start */



.dataTable{
  margin-bottom: 20px !important;
  border-radius: 10px;
}

.dataTables_length{
  flex-grow: 0;
}

.dataTables_length label{
  display: flex;
  gap: 8px;
  align-items: center;
}

.table-footer{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px;
}

.pagination{
  margin: 0;
}
.pagination li{
  border: 0.5px solid var(--border-2);
  padding: 8px 14px;
}
.pagination li a{
  text-decoration: none;
  color: var(--light);
}
.pagination li.disabled a{
  color: var(--btn-disable);
}

.pagination li.active{
  color: var(--primary);
  background-color: var(--primary-hover);
  border-radius: 0px;
}

.pagination li:first-child{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pagination li:last-child{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dataTables_wrapper thead > tr > th{
  font-size: 14px;
}

.dataTables_wrapper tbody > tr > td{
  vertical-align: middle;
}

table.dataTable {
  table-layout: auto;
  width: 100%;
}

.dataTables_length select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

body .dataTables_wrapper tbody > tr > td{
  padding: 1.96rem 1rem;
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  /* word-break: break-word; */
  word-wrap: nowrap;
}

th.action{
  width: 40px !important;
}

.dataTables_wrapper tbody > tr > th{
  font-size: 14px;
  font-weight: 600;
}

.dataTables_wrapper tbody > tr > td:first-child{
  font-weight: 600;
}

.dataTables_wrapper{
  border: 1px solid var(--border-2);
  border-radius: 10px;
}


.dataTables_wrapper th, #package-table_wrapper td{
  border: none ;
}

.dataTables_wrapper tbody tr{
  border-top: 1px solid var(--border-3);
}

.dataTables_wrapper th{
  vertical-align: top;  
}

.dataTable tbody > tr > td .dtr-title:after{
  content: "-";
  font-weight: 600;
  margin: 0 5px;
}

.dataTable tbody > tr > td .dtr-data{
  font-weight: 400;
  color: var(--light);
}

table.dataTable td:not(:last-child){
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.dataTables_empty{
    text-align: center;
}

.virtual-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* Listing table end */

input:-webkit-autofill + .mc-label {
  top: -9px;
  background-color: white;
  font-size: 12px;
}

a.mc-btn{
  cursor: pointer !important;
  text-decoration: none !important;
}



/* customer create start */

.dashed-separator{
  border: 1px dashed #E3E3E3;
  height: 0;
}

.or-text{
  font-size: 14px;
  color: var(--light);
  margin: 0 28px;
}

/* customer create end */


/* sub-category listing start */

.breadcrumbs p, .breadcrumbs div{
  margin-right: 3.5px;
}

.sub-category-container{
  margin-top: 24px;
}

.main-category-container{
  margin-bottom: 12px;
}

.sub-category-container div{
  white-space: nowrap;
}

.sub-category-container div::-webkit-scrollbar{
  display: none;
}

.sub-category-button{
  font-size: 14px;
  color: var(--light);
  font-weight: 500;
  padding: 18px 8px 18px 12px;
  border: 1px solid var(--border-2);
  display: inline-block;
  border-radius: 10px;
  white-space: nowrap;
  margin-right: 12px;
}

a.sub-category-button-active{
  border-color: rgb(130, 0, 78, 0.2);
  background-color: #FDEDF6;
  color: var(--primary);
}

.mc-b-12{
  margin-bottom: 12px;
}


/* sub-category listing end  */



/* subcategory detail page start */
.categroy-separate-bar{
  width: 35px;
  border: 1px solid rgba(0,0,0,0.2);
  transform: rotate(90deg);
}

.sub-category-scroll-cont::-webkit-scrollbar{
  display: none;
}

body .nice-select{
  font-size: 14px;
  color: var(--light);
  font-weight: 500;
  padding: 18px 8px 18px 12px;
  border: 1px solid var(--border-2);
  display: block;
  border-radius: 10px;
  white-space: nowrap;
  height: auto;
  line-height: normal;
  background-color: transparent;
}

body .nice-select span{
  margin-right: 1.2rem;
}

body .nice-select .list{
  overflow-y: auto;
  height: 200px;
}

body .nice-select .list li{
  border-bottom: 0.5px solid var(--border-2);
}

body .nice-select .list::-webkit-scrollbar{
  display: none;
}

.default-card{
  height: 180px;
  display: flex;
  flex-direction: column;
}
/* subcategory detail page end */


/* customer detail start */

.order-status{
  border: 1px solid;
  border-radius: 8px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  text-transform: capitalize;
}

.order-status-placed{
  background-color: #E3F7FE;
  border-color: #B7E6F6;
  color: #006688;
}

.order-status-shipped{
  background-color: #FEF0F9;
  border-color: #FFD3F0;
  color: #990065;
}

.order-status-complete{
  background-color: rgb(230, 242, 228);
  border-color: rgb(196, 223, 191);
  color: rgb(17, 123, 0);
}

.order-status-cancel{
  background-color: rgb(248, 223, 223);
  border-color: rgb(226, 175, 175);
  color: rgb(199, 10, 10);
}

.order-status-partial_order{
  background-color: #edc8ef;
  border-color: rgb(249, 159, 234);
  color: rgb(231, 23, 217);
}

.hidden-scrollbar::-webkit-scrollbar{
  display: none;
}

/* customer detail end */

/* customer create start */

.address-box{
  border: 0.5px solid var(--border-1);
  padding: 16px;
  border-radius: 10px;
}

.address-text{
  font-size: 16px;
  font-weight: 500;
}

.del-btn, .exis-del-btn{
  cursor: pointer;
}

.mc-b-24{
  margin-bottom: 24px;
}

.modal-heading{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 36px;
}

#address_list{
  height: fit-content;
}

/* customer create end */


/* customer listing start */

.status-btn{
  border: 1px solid;
  border-radius: 22px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
}

body .status-active{
  background-color: #EDFAEE;
  border-color: #C7E2CB;
  color: #00720B;
}

body .status-inactive{
  background-color: #FAEDED;
  border-color: #E2C7C7;
  color: #B60000;
}

.child ul li {
  margin-bottom: 15px;
}
/* customer listing end */

/* customer detail start */

#address_list.customerSupplierDetail li:last-child{
  margin-bottom: 0;
}

/* customer detail end */


.customer_edit_heading{
  max-width: calc(100% - 140px);
}

.edit_hedaing_wrapper{
  flex-grow: 1;
  width: 100%;
}

/* no data found*/
.no-data-container{
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* order create start */

.order_create_address_text{
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline;
  cursor: pointer;
}

.document_btn_container{
  border: 1.2px dashed rgb(130, 0, 78, 0.4);
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0;
  cursor: pointer;  
}

.document_container{
  border: 1px dashed var(--border-1);
  border-radius: 10px;
  padding: 6.75px 13px;
}

.mc-b-32{
  margin-bottom: 32px;
}

.add_address_modal .address_container{
  max-height: 300px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 40px;
}

  /* #product_wrapper table#product {
    table-layout: auto !important;
    width: 100% !important;
  } */

  .product-details-container{
    width: 100%;
  }
  .product_package_nav.nav-tabs{
    border: none;
  }
  .product_package_nav.nav-tabs .nav-item .nav-link{
    padding: 0;
    height: auto;
    color: var(--light);
    font-size: 16px;
    padding: 6.5px 0;
    font-weight: 500;
    
  }
  .product_package_nav.nav-tabs .nav-item+.nav-item{
    margin-top: 0;
    margin-left: 16px;
  }

  .product_package_nav.nav-tabs .nav-item .nav-link.active{
    font-weight: 600;
    border:0;
    border-bottom: 2px solid var(--primary); 
    color: var(--primary);
    border-radius: 0;
    background: transparent;
  }
  .product_package_modal_nav.nav-tabs .nav-item+.nav-item{
    margin-top: 0;
    margin-left: 12px;
  }
  .product_package_modal_nav.nav-tabs .nav-item .nav-link{
    padding: 0;
    height: auto;
    color: var(--light);
    font-size: 16px;
    padding: 0 10px 0 10px;
    font-weight: 500;
  }
  .product_package_modal_nav.nav-tabs .nav-item .nav-link.active{
    border:0;
    border-bottom: 2px solid var(--primary); 
    color: var(--primary);
    border-radius: 0;
    background: transparent;
  }

  .tab-pane-container.active{
    background-color: transparent;
  }

  #package_wrapper, #product_wrapper{
    flex-grow: 1;
    height: 0;
    overflow: auto;
  }

  #add_product_package .tab-pane.active{
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    background-color: white;
  }
  table.dataTable td.checkbox{
    text-align: center;
  }

  input:required:valid + label{
    top: -9px;
    background-color: white;
    font-size: 12px;
  }
  

/* order create end */

/* Filter Dropdown start */

.filter_dropdown{
  width: 505px;
  max-width: 90vw;
  height: 400px;
}

.filter_header{
  border-bottom: 1px solid #CCD0E5;
}

.filter-content .tab-content .tab-pane{
  background-color: white;
}

.filter-content .filter-input-group{
  padding: 13.5px 16px;
}

.filter-content label.filter-label{
  margin-bottom: 0;
}

.filter-content .filter-input-checkbox{
  margin-right: 12px;
}

.filter_footer{
  border-top: 1px solid #CCD0E5;
}

.filter-content{
  border-left: 1px solid #CCD0E5;
  padding-right: 15px;
}

#slider-range .ui-slider-handle{
  border: 1.65px solid var(--primary);
  border-radius: 50%;
  top: -7px;
  background-color: white;
  border: 1px solid var(--primary);
}

#slider-range .ui-slider-handle.ui-state-active{
  background-color: white;
}


.pricing-bar .ui-slider-horizontal {
  height: 0;
}

.pricing-bar .ui-slider-range{
  border: 1px solid var(--primary);
}

.reset-btn{
  cursor: pointer;
}

.filter-active{
  position: relative;
  padding-top: 2px;
}

.filter-active::after{
  content: "";
  width:5px;
  padding: 5px;
  background-color: green;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
/* Filter Dropdown end */

/* order detail screen start */

.document_detail_container {
  border: 1px solid var(--border-1);
  border-radius: 10px;
  padding: 6.75px 13px;
  gap: 10px;
  min-width: 230px;
}

.docListDetail{
    margin-bottom: 24px;
}

.disabled-btn{
    opacity: .5;
    cursor: not-allowed !important;
    
}

.filter-active{
  position: relative;
  padding-top: 2px;
}

.filter-active::after{
  content: "";
  width:5px;
  padding: 5px;
  background-color: green;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}

.select2-container.select2-container--default.select2-container--open{
  z-index: 1060;
}


body .mc-label{
  z-index: 500;
}

  /* order detail screen end */

/* inventory listing start */

.table-edit-btn{
  cursor: pointer;
  background-color: white;
  outline: none;
  border: none;
}

.table-edit-btn svg path{
  fill: var(--primary);
}

.edit-btn-disable svg path{
  fill: lightgrey;
}

button.edit-btn-disable{
  cursor: not-allowed;
  background-color: white;
  outline: none;
  border: none;
}

button.payment-btn-disable{
  cursor: not-allowed;
  background-color: #8f818f;
  outline: none;
  border: none;
}

.select2-container--disabled .selection .select2-selection--single{
  cursor: not-allowed;
}

/* inventory listing  end */

/* system user create start */
.permission_container{
  margin-top: 36px;
  
}

.horizontal_bar{
  border: 1px solid #E3E3E3;
  margin-top: 24px;
  margin-bottom: 24px;
}

.permissionItem{
  padding: 10px;
}

.form-check-input:checked{
  background-color: var(--primary);
  border-color: var(--primary);
}

#email_address.edit-system-user{
  cursor: not-allowed;
}

/* system user create end */


/* profile edit  start*/
.profile-box{
  padding: 32px;
}

.profile-picture {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  margin-right: 20px;
}

.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-group .contact-label{
  left: 50px;
  top: 17px;
}
.mc-group .contact-label.formInputFocus{
  left: 13px;
  top: -9px;
  background-color: white;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
  width: 100%;
}

#iti-0__dropdown-content{
  z-index: 510;
}

#saveButton:disabled{
  opacity: .7;
  cursor: not-allowed;
}


/* profile edit end */

/* modal profile image start */
.profile_picture_wrapper{
  margin: 24px 0;
}
.profile_image_outer_container{
  width: 152px;
  height: 152px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 2px solid #D8D8D8;
}
.profile_image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}

.profile_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edit_profile_icon{
  top: 4px;
  right: 2.5px;
  cursor: pointer;
}


/* modal profile image end */


/* dashboard start */

.content-wrapper{
  background-color: white;
}

.small-card{
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  padding: 20px 20px 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  height: 100%; 
}

.small-card-text{
  font-size: 14px;
  color: var(--light);
  font-weight: 500;
}

.small-card-heading{
  font-size: 28px;
  font-weight: 600;
}

.excessQtyLink,.lowQtyLink,.quantity-to-receive-link{
  color: var(--light);
}

.excessQtyLink:hover,
.quantity-to-receive-link:hover,
.lowQtyLink:hover{
  text-decoration: none;
}

.text-red{
  color: #DD5000;
}

.text-green{
  color: #039611;
}

.text-dark-red{
  color: #BD0000;
}

.text-black{
  color: #131313;
}

.big-container-wrapper{
  margin-top: 24px;
}

.big-card{
  background-color: white;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.product-status-container{
  padding: 16px 12px 12px 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid;
}

.active-product{
  border-color: rgba(98, 144, 100, 0.161);
  background-color: #EDFAEF;
  color: #00650A;
}

.inactive-product{
  border-color: rgba(120, 84, 84, 0.161);
  background-color: #FFF2F2;
  color:#B60000;
}

.view-all-icon{
  padding-left: 6.75px;
}

.mc-mt-24{
  margin-top: 24px;
}

.mc-mb-24{
  margin-bottom: 24px;
}

.product-card-image {
  width: 45px;
  height:45px;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-container{
  border-radius: 10px;
  border: 0.5px solid var(--border-1);
  padding: 12px;
  gap: 15px;
  margin-bottom: 12px;
}

.listing-container .product-container:last-child{
  margin-bottom: 0;
}

.product-container h5, .product-container p{
  line-height: 21px;
}

.top-performing-container{
  margin-bottom: 20px;
}

.tab-pane-menu{
  background-color:#F7F7F7;
  border-radius: 8px;
}

.tab-pane-menu .nav-tabs{
  border: none;
}
.tab-pane-menu .nav-tabs .nav-item .nav-link{
  height: auto;
  color: var(--light);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 10px;

}
.tab-pane-menu .nav-tabs .nav-item+.nav-item{
  margin-top: 0;
  margin-left: 16px;
}

.tab-pane-menu .nav-tabs .nav-item .nav-link.active{
  font-weight: 600;
  color: white;
  background: var(--primary);
}

.category-upper-container{
  margin-bottom: 14.6px;  
}

.package-card-text{
  font-size: 12px;
  color: #717171;
  Font-weight: 400;
}

.tables-menu{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}


/* dashboard end */
/* select input start */
.select2-selection.select2-selection--multiple, .select2-selection.select2-selection--single{
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid var(--input-border);
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  outline: none;  
  position: relative;
  max-height: 55px;
}

.select2-selection.select2-selection--multiple::after, .select2-selection.select2-selection--single::after{
  position: absolute;
  content: url('../images/Left Actionable.svg');
  right: 10px;
  top: 20px;

}

.mc-group .select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: white;
  border: 0.5px solid #dedede;
  margin-right: 8px;
  position: relative;
  padding: 2px 20px 2px 4px;
  font-size: 14px;
  color: var(--light);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  position: absolute;
  right: 4px;
  color: #bfbfbf;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 1px solid var(--input-border);
  outline: none;
}

.select2-results__option{
  font-size: 14px;
  padding: 14px 22px;
  color: black;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: var(--light-blue);
  font-weight: 500;
  color: black;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: var(--input-border);
}

.select2-results__options::-webkit-scrollbar{
  display: none;
}

/* For Single Select */
.select2.select2-container.select2-container--default{
  flex-grow: 1;
}

/* .selection{
  display: block;
  height: 100%;
} */

.select2-selection.select2-selection--single{
  height: 100%;
  position: relative;
}

.select2-selection__arrow{
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 20px;
  color: black; 
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  line-height: normal;
}

.select2{
  width: 100% !important;
}

/* select input end */

/* scan report table */

.scan-report-icon path{
  fill: black;
}

.csvBtn::before{
  content: url('../images/csvIcon.svg');
  width: 18px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.pdfBtn::before{
  content: url('../images/pdfIcon.svg');
  width: 18px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 12px;
}

.scan-report-table-wrapper .tab-pane{
  background-color: white;
}

.scan-report-table-navbar{
  background-color: white;
}

.scan-report-table-link-container > *:not(:last-child){
  border-right: 1px solid rgba(230, 230, 230, 0.836);
}


/* scan report table end */


/* notififcation screen start */
.notification-img{
  width: 18px;
  height: 18px;
  object-fit: cover;
}

.notification-img-inner-container{
  width: 36.27px;
  height: 36.27px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3EAFF;
}

.notification-img-outer-container{
  width: 45px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border: 2px solid var(--border-2);
}

.clear-all-btn{
  cursor: pointer;
}

.notification-close-btn{
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}



/* notification screen end */

/* Rack Screen Start */

body .select-container .select2{
  width: 230px !important;
  height: 55px;
}

.warehouse-select-container .select2-selection.select2-selection--multiple, .select2-selection.select2-selection--single{
  max-height: 59px;
  height: 59px;
}


/* Rack Screen End */

/* Payment screen start*/

.card-detail-container{
  border-radius: 10px;
  border: 1px solid var(--border-1);
}

.card-detail-container h5{
  background-color: rgb(201, 201, 201);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-detail-sub-container{
  background-color: white;
}

.mc-input.InputElement::placeholder{
    color: #bbbbbb;
    font-size: 16px;
}

/* payment screen end */

/* Reserved Modal Start*/

#reserved_reason_btn{
  background-color: #D98630;
  border: 1px solid #b67229;
}

.reserved_reason_container{
  max-height: 400px;
  overflow-y: auto;
}

/* Reserved Modal End */

/* Success Page start*/

.back-home-btn{
  background-color: #D98630;
}

/* Success Page end */


/* Payment Details start*/
.custom-table{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: var(--border-2);
}

.payment-header{
    padding: 10px;
}

.payment-header-wrapper{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.visa-update-btn {
    padding: 10px 20px;
}

.cancel-subscription-modal{
    padding: 30px 20px 30px 20px;
    border-radius: 12px;
}

#modal_cancel_subscription_button{
    width: 70px;
}


/* Payment Details start*/


@media(min-width: 576px){
  #add_product_in_package .modal-dialog{
    max-width: 80vw;
  }
  .w-sm-0{
    width: 0;
  }
  .vertical-border{
    border-right: 0.5px solid #DDDD;
  }
}


@media(min-width:768px){
  .w-md-75{
    width: 75%;
  }
  .h-md-100{
    height: 100%;
  }
  .left-section{
    background-color: #F5F2F4;
    padding-block: 44px;
    padding-left: 15px;
  }
  .left-section .left-sub-section{
    margin-left: 28px;
    background-color: white;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .logo-img{
    aspect-ratio: 3.64;
    width: 100%;
  }
  .logo-img{
    width: 125px;
    height: 30px;
}
  .registration-screen .nav-tabs .nav-item .nav-link.active:before {
    content: "";
    width: 4px;
    height: 100%;
    background: var(--primary);
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .nav-tabs .nav-item .nav-link {
    height: 79px;
    color: var(--primary);
    font-size: 24px;
  }
  .nav-tabs .nav-item .nav-link.active {
    background: linear-gradient(-90deg, #ffffff, #D7B7FF);
  }
  .form-area {
    padding-top: 36px;
    padding-bottom: 20px;
  }
  .registration-screen {
    height: 100vh;
  }
  .registration-screen .nav-tabs--vertical{
    flex-flow: column;
  }
  .nav-tabs .nav-item+.nav-item {
    margin-top: 45px;
  }
  .signup-heading {
    font-size: 1.75rem;
  }
  .heading-box{
    margin-bottom: 12px;
  }
  .middle-section{
    padding-top: 4.5rem;
    background-color: var(--primary);
    background-image: url('../images/centerImage.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain; 
    /* background-position-x: 2.5rem; */
  }

  /* table.dataTable {
    table-layout: fixed;
    width: 100%;
  }
  table.dataTable th,
  table.dataTable td {
    max-width: 1%;
    word-wrap: break-word;
  }
  
  table.dataTable th{
    white-space: normal;
  }
  table.dataTable th.action{
    width: 100px !important;
  }

  .table-footer{
    flex-direction: row;

  } */
  .order-status{
    white-space: wrap;
  }

  .product-details-container{
    width: 0;
  }
  


  /* admin form section start*/
  

  
  /* admin form section end */


}


@media(min-width:993px){
  .wrapper{
    padding-left: 245px;
  }
  .edit_hedaing_wrapper{
    width: 0;
  }
  table.dataTable {
    table-layout: fixed;
    width: 100%;
  }
  table.dataTable th,
  table.dataTable td {
    max-width: 1%;
    word-wrap: break-word;
  }
  
  table.dataTable th{
    white-space: normal;
  }
  table.dataTable th.action{
    width: 100px !important;
  }
  table#warehouse-table th.action, table#inventory-table th.action{
    width: 60px !important;
  }

  .table-footer{
    flex-direction: row;

  }
}


@media(min-width: 1167px) and (max-width: 1349px){
  div .order-status{
    padding: 6px 9px;
    font-size: 12px;
  }
}


.box{
  max-width: 500px;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 30px 35px 30px rgba(0, 0, 0, 0.1);
}
.container{
  padding: 25px;
}

.importFile{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px dotted black;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
}
.uploaded{
  font-weight: 100;
  color:gray;
  font-size: 15px;
}

.import_modal_title{ 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  margin: 5px 0px 5px 0px;
  padding-bottom: 15px;
}

.bulk_check_in_modal_title{ 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  margin: 5px 0px 5px 0px;
  padding-bottom: 15px;
}

.bulk_check_out_modal_title{ 
  display: flex; 
  justify-content: space-between; 
  align-items: center;
  margin: 5px 0px 5px 0px;
  padding-bottom: 15px;
}


#bulkCheckIntModal .progress-content{
  height: 80vh;
  overflow-y: auto;
}

.addDocument-choose{
  margin-top: 30px;
    margin-bottom: 20px;
    border: 2px dotted black;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}

.modal-footer{
  justify-content: center;
}

button.close.close_import{
  border: none;
  background-color: white;
  font-size: 25px;
}

.download-template a{
  color:white;
  text-decoration: none;
}
/* Custom New CSS end*/




.listing-card{
  padding: 20px;
  background-color: white;
  border: 0.5px solid var(--border-2);
  border-radius: 10px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 24px;
}

.listing-card-desc-container{
  height: 36px;
  margin-top: 12px;
  overflow: hidden; 
}

.des{
  font-size: 12px;
  font-weight: 400;
  color: var(--light);
  text-align: justify;
}

.listing-card-row-top{
  margin-bottom: 20px;
}

.listing-card-bottom-item{
  font-size: 12px;
  font-weight: 400;
}

.listing-card-bottom-item span{
  font-weight: 600;
}

.filter_dropdown .nav-tabs .nav-link {
  color: grey;
  border: none;
  text-decoration: none;
  font-weight: 400;
  border-radius: 0;
}
.filter_dropdown .nav-tabs .nav-link.active {
  background-color: #f3eaff;
  color: var(--primary);
  font-weight: 500;
}
.left-col {
  border-right: 2px solid #ccd0e5;
  padding: 0;
}
.clear {
  color: #4e3f8c;
  cursor: pointer;
  text-decoration: underline;
}
.txt {
  font-size: 14px;
  font-family: "Poppins";
}
.category-container {
  margin-bottom: 10px;
}

.subcategory-list {
  margin-left: 20px; /* Adjust as needed */
  display: none; /* Hide initially */
}


.dropdown-div{
  width: 700px;
  max-width: 90vw;  
}

.dropdown-toggle::after{
  display: none;
}

  .quick-create-container a.dropdown-item{
    font-family: "Poppins";
    font-size: 14px;
    text-decoration: underline;
    color: var(--light);
    line-height: 30px;
    
  }
  .quick-create-container a.dropdown-item:hover{
    background-color: white;
    color: #59008e;
  }

.quick-create-container{
  padding: 24px;
}
@media(max-width : 992px){
  .dropdown-menu.dropdown-div{
    display: none;
  }
}
.quick{
  border-color: #59008e;
  color: #59008e; 
}

.quick-create-container .dropdown-div li a{
  word-wrap: break-word;
  text-wrap: wrap;
}

.export-btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.btn-primary {
  background-color: #4A148C;
  border-color: #4A148C;
}
.btn-primary:hover {
  background-color: #4A148C;
  border-color: #4A148C;
}

/* activity log start */

.accordion-item {
  border: 0.5px solid var(--border-3);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.02);
  background-color: white;
  margin-bottom: 12px;
}

body .accordion{
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem transparent !important;
}

.accordion-button:not(.collapsed){

  color: var(--primary);
  background-color: #F3EAFF;
}

body .accordion-button::after {
  margin-left: 10px;
}
/* activity log end */


.StripeElement {
            box-sizing: border-box;
            height: 40px;
            padding: 10px 12px;
            border: 1px solid transparent;
            border-radius: 4px;
            background-color: white;
            box-shadow: 0 1px 3px 0 #e6ebf1;
            -webkit-transition: box-shadow 150ms ease;
            transition: box-shadow 150ms ease;
        }
        .StripeElement--focus {
            box-shadow: 0 1px 3px 0 #cfd7df;
        }
        .StripeElement--invalid {
            border-color: #fa755a;
        }
        .StripeElement--webkit-autofill {
            background-color: #fefde5 !important;
        }
#loader{
  display: none; 
  position: fixed; 
  z-index: 999; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#modal-loader{
  display: none; 
  position: fixed; 
  z-index: 1999; 
  width: 100%; 
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
 
.in-active td {
    opacity: .5;
}

.in-active td:last-child {
    opacity: 1;
}


.listing-card.position-relative.inactive .listing-card-desc-container .des{
    color: lightgrey;
}

.inactive{
    color: lightgrey;
}

.or-divider {
    position: relative;
    text-align: center;
    width: 100%;
}

.or-divider:before,
.or-divider:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ccc;
}

.or-divider:before {
    left: 0;
}

.or-divider:after {
    right: 0;
}

.or-text {
    display: inline-block;
    background: white;
    padding: 0 15px;
    font-weight: bold;
    color: #555;
}

.inventory_products a{
  margin-left: 32px;
}

div#ui-datepicker-div {
  z-index: 9999 !important;
}

span.select2-selection.select2-selection--multiple {
  overflow-y: scroll;
}

input#add_without_order {
  margin-bottom: 10px;
}

input#check_out_without_order {
  margin-bottom: 10px;
}

.expiry-date-warning {
  color: rgb(255, 165, 0);
  font-size: 12px;
}

/* header home page */

.home-nav {
  background: url(../images/QuickTrack-Background-Triangle-and-Dot-Gradient.png) no-repeat;
  padding-top: 25px;
  background-size: cover;
  height: 900px;
  position: relative;
}

.dynamic-submit:hover {
    background-color: #281b4d; /* New background color on hover */
}
.home-nav .header-nav-group {
  /* margin-bottom: 163px; */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-nav .header-body {
  padding-bottom: 72px;
}

.home-nav .header-body h1 {
  margin-top: 30px;
  color: transparent;
  /* Makes the text transparent so the background shows */
  margin-bottom: 54px;
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(139.98deg, #FFFFFF 0%, #71717A 141.06%);
  -webkit-background-clip: text;
  /* Clips the background to the text */
  background-clip: text;
}

.home-nav .header-body p {
  color: #ffffff;
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 16px;
  line-height: 27px;
  max-width: 460px;
}

.video-container .container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .video-container.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
 
   .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .smart-pricing-section .container {
    max-width: 100%;
  }
  .smart-pricing-section .row ,.inventory-price-mgmt .row{
    margin-right: -15px;
    margin-left: -15px;
  }
 
}
@media (min-width: 768px) {
  .video-container .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  } 

  .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
 
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hidden-md-up {
    display: none !important;
  }
  .smart-pricing-section .container{
    width: 750px;
    max-width: 100%;
  }
  .smart-pricing-section .row ,.inventory-price-mgmt .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .inventory-asset-management p {
    margin-bottom: 0px;
  }
}
  .col-md-6
    {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }




@media (min-width: 992px) {
 .video-container{
  margin-top: 405px !important;
 }
 
 .col-lg-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
 }
 .col-lg-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

 .video-container  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }


@media (min-width: 1200px) {
  .video-container .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
   .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row{
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.header-bar {
  padding-left: 60px;
  padding-right: 60px;
}
.navigation-section {
  display: flex;
  justify-content: space-between;
}

.navbar-section ul {
  margin: 0px;
  padding: 0px;
}


.navbar-section {
  display: flex;
  align-items: center;
}

.rightside-nav {
  display: flex;
  align-items: center;
}

.rightside-nav .log-in-btn {
  margin-right: 28px;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  font-weight: 600;
  background-color: #d98528;
  padding: 12px 45px 10px 20px;
  border-radius: 12px;
}

.rightside-nav .log-in-btn:hover {
  background-color: #3c276a;
}
.rightside-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* Hide dropdown initially */
.rightside-nav .dropdown-menu {
  display: none;
}
/* Show dropdown on hover */
.rightside-nav .dropdown:hover .dropdown-menu {
  display: block;
  background-color:#3c276a;
  border: solid 1px #484848;
  }

  .rightside-nav .start-free-trial-menu.dropdown:hover .dropdown-menu {
    display: block;
    background-color:#3c276a;
    border: solid 1px #484848;
  }

/* Optional: Add transition for smooth opening */
.rightside-nav .dropdown-menu {
  transition: all 0.3s ease;
}

.rightside-nav .dropdown-menu li a{
  color: #fff;
  font-size: 14px;
}
.rightside-nav .dropdown-menu li a:hover{
  text-decoration: none;
}

.rightside-nav .dropdown .dropdown-menu{
  left: -100px;
  padding: 12px;
  width: 209px;
}

.rightside-nav .dropdown .dropdown-toggle{
  position: relative;
}
.rightside-nav .dropdown .dropdown-toggle::after{
  display: none;
}
.rightside-nav .dropdown .dropdown-toggle::before{
  content: '';
  position: absolute;
  right: 15px;
  background-image: url(../images/arrow-down.png);
  width: 24px;
  height: 24px;
}
.rightside-nav .start-free-trial-menu .dropdown-toggle::before{
  right: 15px;
  top: 11px;
}

.rightside-nav .dropdown .dropdown-menu li{
  margin-bottom: 14px;
  position: relative;
}
.rightside-nav .dropdown .dropdown-menu li::before{
  content: '';
  position: absolute;
  bottom: -8px;
  left: -10px;
  background-image: url(../images/menu-borderline.svg);
  width: 195px;
  height: 2px;
}
.rightside-nav .dropdown .dropdown-menu li:last-child:before{
  content: '';
  position: absolute;
  bottom: -14px;
  left: -10px;
  background-image: url(../images/menu-borderline-orange.svg);
  width: 195px;
  height: 2px;
}

.rightside-nav .dropdown .dropdown-menu li:last-child{
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}


.landing-nav {
  padding-left: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.landing-nav li {
  list-style: none;
  margin-left: 21px;
}

.landing-nav li a {
  color: #ffffff;
  font-size: 20px;
  font-family: 'proxima_novaregular', sans-serif;
  text-decoration: none;
}

.header-nav.description-header .landing-nav {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.header-nav.description-header .landing-nav li a {
  color: #3c276a;
}

.header-nav.description-header .landing-nav li a.sign-up-btn {
  color: #ffffff;
  border: 0;
  height: 42px;
  display: inline-block;
}

.landing-nav li.main-menu{
  position: relative;
}
.landing-nav li.main-menu .child-menu{
  position: absolute;
  padding-left: 0;
  min-width: 338px;
  background: #fff;
  z-index: 9;
  border: 2px solid #613497;
}
.landing-nav li.main-menu .child-menu li a{
  font-size: 22px;
    color: #613497;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center; 
    position: relative;
    padding: 0 20px;
}

.landing-nav li.main-menu .child-menu li{
  margin-left: 0;
  min-height: 56px;
}
.landing-nav li.main-menu .child-menu li:hover{
  background: #edebf2;
}
.landing-nav li.main-menu .child-menu li:hover a:before{
  content: '';
  background: #613497;
  height: 30px;
  position: absolute;
  left: 16px;
  top: 14px;
  width: 4px;
}

.start-free-trial-menu .dropdown-menu {
  position: absolute;
  left: -10px !important;
}


.log-in-btn {
  padding: 5px 29px;
  color: #fff;
  font-weight: 400;
}

.sign-up-btn {
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  background-color: #3c276a;
  border-radius: 12px;
  padding: 12px 45px 10px 20px;
  color: #fff;
  background-color: #d98528;
  border: none;
}

.sign-up-btn:hover {
  color: #fff;
  background-color: #3c276a;
  text-decoration: none;
}

.streamline-text {
  font-size: 22px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  font-weight: 400;
  margin-top: 85px;
}

.streamline-text:hover {
  text-decoration: none; 
}

.bookdemo-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

.bookdemo-btn button {
  cursor: pointer;
}

.bookdemo-btn button {
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  border: 1px solid #d98528;
  background-color: #d98528;
  border-radius: 12px;
  padding: 10px 26px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration:none;
}

.bookdemo-btn button:hover{
  background-color: #3c276a;
  border: 1px solid #3c276a;
}

.bookdemo-btn button:active,
.bookdemo-btn button:focus {
  border: none;
  outline: none;
}

.fixed-asset-management h2 {
  background: var(--Color-1, #3c276a);
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding: 20px;
  margin: 0px;
}

.fixed-asset-management .asset-img,
.inventory-asset-management .asset-img {
  position: relative;
  margin-bottom: 32px;
}

.fixed-asset-management .asset-img:before,
.inventory-asset-management .asset-img:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgba(146, 64, 251, 0) 0%, #9240FB 50%, rgba(146, 64, 251, 0) 100%);
  border-image-slice: 1;
}

.fixed-asset-management p{
  margin-bottom: 32px;
}

.inventory-asset-management p {
  margin-bottom: 32px;
}
.inventory-asset-management h2 {
  background: var(--Color-4, #d98528);
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  padding: 20px;
  margin: 0px;
}

.start-free-btn {
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  background-color: #d98528;
  border: solid 1px #d98528;
  border-radius: 12px;
  padding: 15px 34px;
  color: #fff;
  cursor: pointer;
}
.asset-tracking-section .left-sidecontent .start-free-btn{
  color: #000A1E !important;
}

.start-free-btn:hover{
  background-color: #3c276a;
  border: solid 1px #3c276a;
}

.fixed-asset-management .start-free-btn{
  background-color: #3c276a !important;
  border: solid 1px #3c276a !important;
}

.fixed-asset-management .start-free-btn:hover{
  background-color: #d98528 !important;
  border: solid 1px #d98528 !important;
}

.landing-side-menu-all {
  width: 360px;
  position: fixed;
  top: 74px;
  right: -360px;
  height: 100vh;
  z-index: 999;
  background: #f8f8f8;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.landing-side-menu-all.active {
  width: 100%;
  top: 0;
  height: 100%;
  overflow: auto;
  right: 0;
  display: block;
  background: #4a148c;
  opacity: 0.91;
}

.landing-list ul {
  padding-left: 0;
  text-align: center;
  padding-top: 75px;
}

.landing-list ul li {
  list-style: none;
  margin-bottom: 37px;
}

.landing-list ul li a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  display: block;
}

.landing-list ul.industries-content.child-menu {
  padding-top: 30px;
}

.landing-list ul li a {
  display: inline-block;
  position: relative;
}

.landing-list .main-menu {
  position: relative;
}

.video-container {
  /* background: url("../images/video-bg.png") no-repeat; */
  background-position: bottom;
  background-size: 100% 58%;
  padding: 10px 0 100px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 445px;
  display: block;
}

.video-container .video-content {
  background: #D9802C;
}
.video-container .video-content {
  padding: 24px 0px 24px;
}

.video-container .video-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;

}

.video-container h2 {
  font-size: 30px;
  font-family: 'proxima_novamedium', sans-serif;
  color: #613497;
  margin-bottom: 17px;
}

.video-container p {
  font-size: 16px;
  color: #1d1b44;
  line-height: 27px;
  font-family: 'proxima_novaregular', sans-serif;
  max-width: 425px;
}

.video-container .video-row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-wrapper .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  cursor: pointer;
  background: url("../images/videobg.png") no-repeat;
  background-size: 100% 100%;
}

.video-container .video-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;

}

.tracking-section {
  display: flex;
}

.tracking-section .tracking-icon {
  display: flex;
  margin-right: 44px;
}

.tracking-section .tracking-icon .icon {
  margin-right: 16px;
}

.tracking-section .tracking-icon .text {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.fixedasset-tracking .fixed-asset{
  width: 100%;
}

.fixedasset-tracking h2 {
  width: 100%;
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.fixedasset-tracking p{
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #52525B;
  margin-bottom: 25px;
}
.fixedasset-tracking .fixed-asset .asset-text{
  width: 100%;
  display: block;
  /* height: 100%; */
  align-items: center;
  margin-top: 87px;
  justify-content: left;
}
.fixedasset-tracking .fixed-asset .asset-text ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.fixedasset-tracking .fixed-asset .asset-text ul li {
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #000A1E;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedasset-tracking .fixed-asset .asset-text ul li:nth-child(odd) {
  background-color: #f0f0f0;
}
.fixedasset-tracking .fixed-asset .col-lg-4:nth-child(1){
  max-width:26.33333333%
}
.fixedasset-tracking .fixed-asset .col-lg-4:nth-child(2){
  max-width:36.833333335%
}
.fixedasset-tracking .fixed-asset .col-lg-4:nth-child(3){
  max-width:36.833333335%
}

.fixed-asset-mgmt{
  background: #FFFFFF;
  border: solid 1px #E1E1E1;
  box-shadow: 0px 42.44px 61.31px 0px #00000014;
  position: relative;
}
.fixed-asset-mgmt:before{
  content: '';
  position: absolute;
  bottom: 0px;
  background-image: url(../images/fixed-asset-border-line.svg);
  height: 1px;
  width: 100%;
}
.fixed-asset-mgmt h3.orange{
  background:#d98528;
}
.fixed-asset-mgmt h3{
  background: #3c276a;
  color: #fff;
  padding: 20px;
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.fixed-asset-mgmt .fixed-asset-content{
  text-align: center;
}
.fixed-asset-mgmt .fixed-asset-content ul{
  list-style: none;
  margin: 20px;
  padding: 0px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
} 
.fixed-asset-mgmt .fixed-asset-content ul li{
  padding: 20px;
  width: 100%;
  min-height: 64px;
}
.fixed-asset-mgmt .grey{
  background-color: #eee;
  width: 100%;
}

.startfree-trial-btn{
  background:#fff;
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  color: #FFFFFF;
  padding: 20px;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  width: 100%;
  border: solid 1px #d98528;
  background:#d98528;
  border-radius: 12px;
  cursor: pointer;
}
.startfree-trial-btn:focus, .startfree-trial-btn:active,
.startfree-trial-btn.active:focus, .startfree-trial-btn.active:focus
{
  border: none;
  outline: none;
}
.startfree-trial-btn.active{
  background:#3c276a;
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  color: #fff;
  padding: 20px;
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  width: 100%;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.startfree-trial-btn.active:hover{
  background:#d98528;
  border: solid 1px #d98528;
}

.startfree-trial-btn:hover{
  background:#3c276a;
  border: solid 1px #3c276a;
}

.what-our-users-section{
  padding: 73px 0px 100px;
  text-align: center;
}
.what-our-users-section .icon{
  padding-top: 24px;
}
.what-our-users-section h2{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}

.captera-div {
  height: 150px;
}

.quote {
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  width: 50%;
  position: relative;
  color: #4a148c;
  min-height: 200px;
}

.quote::after,
.quote::before {
  content: '';
  position: absolute;
  background: url(../images/quotation-icon-20.png);
  width: 80px;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.quote::after {
  left: -15%;
  top: 0;

}

.quote::before {
  right: -15%;
  top: 0;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.what-our-users{
  margin-top: 52px;
  text-align: left;
  background-image: url(../images/customer-bg.svg);
  background-repeat:no-repeat;
  padding: 40px 60px;
}
.what-our-users .client-testimonial .testimonial-text{
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 40px;
text-align: left;
color: #fff;
padding-bottom: 32px;
display: block;
}
.what-our-users .client-testimonial .customer-info{
  display:flex;
}
.what-our-users .client-testimonial .customer-info .cusotmer-text{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  margin-left: 16px;
}
.what-our-users .client-testimonial .customer-info .cusotmer-text .name{
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 28px;
text-align: left;
margin-bottom: 5px;
}
.what-our-users .client-testimonial .customer-info .cusotmer-text .name span{
font-size: 14px;
font-weight: 400;
line-height: 28px;
text-align: left;
margin-left: 10px;
}
.what-our-users .client-testimonial .customer-info .cusotmer-text .star-icon ul{
  list-style:none;
  margin: 0px;
  padding: 0px;
  display:flex;
}
.what-our-users .client-testimonial .customer-info .cusotmer-text .star-icon ul li{
  margin-right: 5px;
}

.bottom-customer-testimonial{
  margin-top: 40px;
}
.bottom-customer-testimonial .customer{
  text-align: left;
  border: solid 1px #E08A1E;
  padding: 22px;
  height: 100%;
}
.bottom-customer-testimonial .customer p{
  padding-bottom: 24px;
  margin: 0px;
}
.bottom-customer-testimonial .customer .customerinfo{
  display: flex;
  align-items: center;
}
.bottom-customer-testimonial .customer .customerinfo .icon{
  margin-right: 16px;
  padding-top: 0px;
}
.bottom-customer-testimonial .customer .customerinfo .customer-text{
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: left;
}
.bottom-customer-testimonial .customer .customerinfo .customer-text span{
  font-weight: 200;
  display: block;
}

.frequently-section h3{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  padding-bottom: 52px;
}
.frequently-section .card-header{
  background: transparent;
  padding: 0px;
}
.frequently-section .card{
  border: none;
}
.frequently-section .card .card-body{
  padding-right: 100px;
}
.frequently-section .card button[aria-expanded="true"]{
  padding: 19px 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #000;
}
.frequently-section .card button[aria-expanded="false"]{
  padding: 39px 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #000;
border-bottom: solid 1px #dedede;
}
.frequently-section .card button[aria-expanded="true"]:hover,
.frequently-section .card button[aria-expanded="false"]:hover,
.frequently-section .card button[aria-expanded="true"]:focus
{
  text-decoration: none;
}

.btn:focus, .btn.focus{
  box-shadow: none;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content:'';
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  background-image: url(../images/accordian-minus.svg);
  background-repeat: no-repeat;
  background-position-x:center;
  background-position-y:center;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color:#f7f7f7;
  padding: 20px;
  border-radius: 50%;
}

.collapsible-link[aria-expanded="true"]::before {
  content:'';
  background-image: url(../images/accordian-plus.svg);
  background-repeat: no-repeat;
  background-position-x:center;
  background-position-y:center;
  background-color:#D9802C;
  padding: 20px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.get-greytrunk-section{
  padding: 100px 0px 55px;
}
.get-greytrunk-section .col-lg-6.col-md-12{
  padding-left: 0px;
  padding-right: 0px;
}
.get-greytrunk-section .get-trunk-leftside,
.get-greytrunk-section .get-trunk-rightside
{
  position: relative;
  height: 100%;
}
.get-greytrunk-section .get-trunk-leftside .content,
.get-greytrunk-section .get-trunk-rightside .content
{
  position: absolute;
  top: 20px;
  padding: 15px 60px 10px;
  max-width: 520px;
}
.get-greytrunk-section .get-trunk-leftside .content h2{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}
.get-greytrunk-section .get-trunk-rightside .content h2{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
}
.get-greytrunk-section .get-trunk-leftside .content p{
  color: #fff;
}
.get-greytrunk-section .get-trunk-leftside .terms-content,
.get-greytrunk-section .get-trunk-rightside .terms-content
{
  position: absolute;
  bottom: 50px;
  left: 58px;
}
.get-greytrunk-section .get-trunk-leftside .terms-content p{
  font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    color: #fff;
}
.get-greytrunk-section .get-trunk-rightside .terms-content p{
  font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    color: #5a5a5a;
}

.get-greytrunk-section .get-trunk-leftside:before{
  content: '';
  background-image: url(../images/get-grey-leftside1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 414px;
  display: block;
  background-size: 100%;
}
.get-greytrunk-section .get-trunk-rightside:before{
  content: '';
  background-image: url(../images/get-grey-rightside1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 414px;
  display: block;
  background-size: 100%;
}

.play-store-icon {
  display: flex;
  gap: 32px;
  justify-content: center; 
  margin-top: 20px; 
}

.play-store-icon a {
  width: 154px;
  height: auto; 
}

.play-store-icon img {
  width: 100%; 
  height: auto; 
  display: block;
  border-radius: 7px;
}

p#gray-trunk-id {
  position: absolute;
  bottom: 38px;
  padding: 15px 60px 10px;
  max-width: 520px;
  color: white;
  font-size: 11px;
  
}

.get-trunk-rightside p#gray-trunk-id {
  position: absolute;
  bottom: 38px;
  padding: 15px 60px 10px;
  max-width: 520px;
  color: black;
  font-size: 11px;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 75%;
  align-content: space-between;
}

/* Small devices (phones, portrait mode) */
@media only screen and (max-width: 480px) {
  p#gray-trunk-id {
    bottom: 5px;
  }
  .get-trunk-rightside p#gray-trunk-id {
    bottom: 5px;
  }
}

/* Medium devices (tablets, landscape mode) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  p#gray-trunk-id {
    bottom: 0px;
  }
  .get-trunk-rightside p#gray-trunk-id {
    bottom: 5px;
  }
 
}

.new-form-section-design .form-wrapper-landing {
  /* max-width: 555px; */
  margin: auto;
}

.new-form-section-design{
  background: #F6F6F6;
  width: 908px;
  margin: 0 auto;
}

.new-form-section-design .form-wrapper-landing {
  /* max-width: 555px; */
  margin: auto;
}

.form-section-design .form-wrapper-landing{
  max-width: 100%;
  padding: 0px 60px;
}

.new-form-section-design .form-wrapper-landing{
  /* width: 908px;
  margin: auto;
  padding: 0 60px; */
  max-width: 100%;
  padding: 0px 60px;
}

.new-form-section-design .form-section{
  padding-bottom: 40px;
  margin-bottom: 100px;
}

.new-form-section-design .form-section .form-heading span.lets-color{
  text-transform: capitalize;
  color: #18181B;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 42px;
font-weight: 700;
line-height: 48px;
text-align: center;
padding-top: 75px;
}

.new-form-section-design .form-section .form-heading span.contact-text{
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 30px;
text-align: center;
color: #18181B;
margin-bottom: 70px;
}
 
.form-section .form-heading span.lets-color{
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.form-section .form-heading span.contact-text{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  padding-top: 12px;
  display: block;
}

.form-section .form-heading span {
  color: #6635a0;
}

.form-section .form-group {
  margin-bottom: 35px;
}

.form-section .form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  padding-left: 0;
  padding-right: 0;
}

.form-section .form-control:focus+label {
  color: #4a148c;
}

.form-section label {
  color: #4a148c;
}

.form-section-design .form-section label{
	font-family: "Plus Jakarta Sans", sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 26px;
letter-spacing: -0.10000000149011612px;
text-align: left;
color: #000A1E;
}

.form-section textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  height: 70px;
  width: 100%;
  margin-bottom: 40px;
}

.form-section textarea:focus {
  outline: 0;
}

.form-section .message-area {
  margin-bottom: 60px;
}

.form-section-design .form-wrapper-landing {
  max-width: 555px;
  margin: auto;
}
.asset-tracking-section{
  background-color: #d98528;
}
.asset-tracking-section h3{
	font-family: "Plus Jakarta Sans", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 58px;
text-align: left;
color: #fff;
padding-bottom: 40px;
margin: 0px;
}
.asset-tracking-section .start-free-btn{
box-shadow: 0px 0px 0px 0px #00000000;
box-shadow: 0px 0px 0px 1px #FFFFFF1A;
box-shadow: 0px 0px 0px 0px #FFFFFF;
background-color: #fff;
border-radius: 12px;
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 24px;
text-align: left;
border: none;
margin: 10px;
}
.asset-tracking-section .start-free-btn:focus{
  outline: none;
}
.asset-tracking-section.col-lg-7,
.asset-tracking-section.col-lg-5{
  padding-left:0px;
  padding-right:0px;
} 
.asset-tracking-section .asset-tracking{
  position:relative;
  right: -15px;
}
.asset-tracking-section .left-sidecontent{
  padding-top: 40px;
  padding-left: 60px;
}

.form-section-design .form-section .form-heading span.contact-text{
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 18px;
font-weight: 500;
line-height: 30px;
text-align: center;
color: #18181B;
}

.upper-footer .leftside p{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin: 0px;
  padding: 41px 0px;
  max-width: 269px;
}

footer .upper-footer {
  background: url("../images/QuickTrack-Background-Triangle-and-Dot-Gradient.png") no-repeat;
  background-size: 100%;
  padding-top: 43px;
  background-size: cover;
}

footer .upper-footer h3 {
  font-size: 18px;
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  opacity: 1;
  margin-bottom: 30px;
}


footer .upper-footer ul li {
  list-style: none;
  color: #ffffff;
  font-size: 12px;
  font-family: 'proxima_novamedium';
  opacity: 1;
  margin-bottom: 17px;
  position: relative;
}

footer .upper-footer ul li a {
  list-style: none;
	font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;  
  color: #fff;
  margin-bottom: 17px;
  position: relative;
}
footer .upper-footer ul li a:hover{
  text-decoration: none;
}

footer .upper-footer ul li.location:before {
  content: "";
  background: url("../images/location.svg") no-repeat;
  width: 14px;
  height: 20px;
  position: absolute;
  left: -40px;
}
img {
  border-radius: 7px;
}

footer .upper-footer ul li.telephone {
  margin-bottom: 25px;
}

footer .upper-footer ul li.telephone:before {
  content: "";
  background: url("../images/telephone.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -40px;
}

footer .upper-footer ul li.email-address:before {
  content: "";
  background: url("../images/email.svg") no-repeat;
  width: 20px;
  height: 16px;
  position: absolute;
  left: -40px;
}

footer .upper-footer ul li.support-greytrunk:before {
  content: "";
  background: url("../images/help_24px.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -40px;
}

footer .upper-footer .footer-group-icon {
  max-width: 230px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items:center;
}


button.btn.btn-link.text-dark.font-weight-bold.text-uppercase.collapsible-link {
  text-decoration: none;
}

.features-section{
  padding:20px;
}

.feature-content .col-lg-4 {
  text-align: center;
  margin-bottom: 35px;
}

.feature-content .col-lg-4 img {
  margin-bottom: 25px;
}
/* .col-lg-4.order{
  margin-left: 100px !important;
} */

.img-fluid {
  max-width: 100%;
  height: auto;
}

.user-detail-img .img-fluid {
  max-width: 183px;
  height: 183px;
}

 .heading {
  font-size: 40px;
  color: #d98528;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.fixed-asset-content .book-demo, .fixed-asset-content .book-demo a {
  color: #000A1E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  }
  .fixed-asset-content .book-demo{
    position: relative;
  }
  .fixed-asset-content .book-demo:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-image: url(../images/book-demo-border-line.svg);
    background-repeat: no-repeat;
    background-position:center;
    bottom: -15px;
  }

  .fixed-asset-content .book-demo a:hover{
    text-decoration: none;
  }

  .fixed-asset-content .book-demo a:hover{
    text-decoration: none;
  }
  
  .fixed-asset-content .book-demo, .fixed-asset-content .book-demo a {
  color: #000A1E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  }
  .fixed-asset-content .book-demo{
    position: relative;
  }
  .fixed-asset-content .book-demo:before{
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-image: url(../images/book-demo-border-line1.svg);
    background-repeat: no-repeat;
    background-position:center;
    bottom: -15px;
  }
  @media screen and (min-width: 767px) {
    .view-detail-table .table thead tr th:first-child {
      width: 540px;
      padding-left: 90px;
    }

    .view-detail-table .table thead tr th:nth-child(2) {
      min-width: 120px !important;
    }
  
    .view-detail-table .table thead tr th:nth-child(3) {
      min-width: 200px !important;
    }
  
    .view-detail-table .table tbody tr td:first-child {
      padding-left: 90px;
    }
    
    .play-store-icon {
      display: flex;
      gap: 32px;
      justify-content: center;
      margin-bottom: 56px;
      width: 295px;
    }
  }
  

  @media screen and (max-width: 1024px) {
    .easy-pricing-section .mid-section .every-plan-section {
      margin-left: 30px;
    }
  
    .easy-pricing-section .mid-section .every-plan-section ul li {
      font-size: 22px;
      margin-bottom: 20px;
    }
  
    .easy-pricing-section .col-lg-8.col-md-12.col-12.center-align {
      max-width: 100%;
    }
  
    .easy-pricing-section .mid-section .col-lg-7.col-md-6.col-12 {
      max-width: 100%;
    }
    .easy-pricing-section .pricing-bar {
      padding-right: 0px;
    }

    .start-btn {
      height: 63px !important;
    }

    .about-plan-img:before {
      width: 427px !important;
    }
  }
  
  @media screen and (max-width: 991px){
    .header-bar{
      padding-left: 10px;
      padding-right: 10px;
    }
    .form-section-design{
      width: 100%;
    }
  
    .new-form-section-design{
      width: 100%;
    }
    .home-nav{
      height:1000px;
    }
    .bottom-customer-testimonial{
      margin-top:20px;
    }
    .bottom-customer-testimonial .customer{
      margin-bottom: 20px;
    }
    .asset-tracking-section .asset-tracking{
      right: 0px;
    }
    .asset-tracking-section .col-lg-5{
      padding-left: 0px;
      padding-right: 0px;
      margin-top: 20px;
    }
    .asset-tracking-section .left-sidecontent{
      padding-left: 0px;
    }
    .fixedasset-tracking .fixed-asset{
      width: 99%;
    }
  }
  
  @media screen and (max-width: 767px) {
      .modal-content.product-field {
      width: 95% !important;
      margin: 0 auto;
    }

    .col-lg-2.col-6.form-check,
    .col-lg-4.col-6.form-check {
      margin-left: 0 !important;
      width: 100%;
      margin-bottom: 10px;
    }

    .form-group.limited-category-list {
      margin-left: 0 !important;
    }

    .form-group.mt {
      margin-top: 8px;
    }

    .form-check-label {
      font-size: 14px;
    }

    .category_list .form-check {
      padding-left: 0;
    }
    .modal-content.product-field {
      width: 422px !important;
    }
     .toll-num {
      font-size: 14px !important;
      margin-right: 8px !important;
      margin-left: 99px !important;
    }

    img {
        border-radius: 0px !important;
    }
    .smart-pricing-section .smart-price{
      padding: 40px 0px;
    }
    .smart-pricing-section .smart-price h1{
      font-size: 40px;
      line-height: normal;
    }
    .easy-pricing-section .pricing-bar .firstlast-value {
      margin-bottom: 15px;
    }
  
    .easy-pricing-section .many-asset {
      margin-bottom: 10px;
    }
    .features-section .container .feature-content .col-lg-4{
      max-width: 100%;
    }
    .easy-pricing-section .mid-section .every-plan-section {
      margin-left: 30px;
    }
  
    .easy-pricing-section .mid-section .every-plan-section ul li {
      font-size: 16px;
      margin-bottom: 25px;
    }
  
    .easy-pricing-section .monthly-annual {
      width: 100%;
    }
  
    .easy-pricing-section h3 {
      font-size: 32px;
      margin-bottom: 20px;
    }
  
    .easy-pricing-section .many-asset .many-asset-text {
      font-size: 18px;
    }
  
    .easy-pricing-section .per-month .top-content {
      padding: 15px 20px 15px;
    }
  
    .easy-pricing-section .monthly-annual:before {
      border-top: 60px solid #f8f8f8;
      border-right: 200px solid transparent;
      border-left: 40px solid #f8f8f8;
    }
  
    .easy-pricing-section .per-month .top-content .per-month h5 {
      font-size: 60px;
    }
  
    .easy-pricing-section .per-month .top-content .per-month {
      padding: 10px;
    }
  
    .easy-pricing-section .per-month .top-content .per-month p {
      font-size: 20px;
    }
  
    .easy-pricing-section .per-month .top-content .per-month .features-text {
      font-size: 18px;
    }
  
    .easy-pricing-section .per-month .top-content .free-trail .free-trial-text {
      font-size: 18px;
    }
  
    .easy-pricing-section .mid-section .every-plan-section .heading {
      font-size: 22px;
      margin: 25px 0px 30px;
      text-align: left;
    }
  
    .easy-pricing-section .mid-section .every-plan-section ul li:before {
      top: 0px;
    }
    footer .lower-footer .copyright-text{
      padding-left: 15px;
      
    }
    
    footer .lower-footer{
      padding: 80px 0 40px;
    }
    .form-section-design{
      max-width: 100%;
    }
    .new-form-section-design{
      max-width: 100%;
    }
  
    .form-section-design .form-wrapper-landing{
      padding: 0px 0px;
    }
  
    .new-form-section-design .form-wrapper-landing{
      padding: 0px 0px;
    }
  
    .home-nav{
      height:1840px;
    }
    .home-nav .header-nav-group{
      margin-bottom: 40px;
    }
    .home-nav .header-body h1{
      font-size: 40px;
      line-height: normal;
    }
    .frequently-section .card .card-header h2 button{
      white-space: normal;
      word-wrap: break-word;
      text-align: left;
      width: 100%;
    }
    .frequently-section .card .card-header .collapsible-link::before{
      right: -5px;
    }
    .form-section-design .form-section{
      padding-bottom: 20px;
      padding-top: 20px;
      margin-bottom: 50px;
    }
  
    .new-form-section-design .form-section{
      padding-bottom: 20px;
      padding-top: 20px;
      margin-bottom: 50px;
    }
    .form-section-design .form-section .form-heading span.lets-color{
      font-size:34px;
    }
    .new-form-section-design .form-section .form-heading span.lets-color{
      font-size:34px;
    }
    .asset-tracking-section .col-lg-5{
      padding-left: 0px;
      padding-right: 0px;
    }
    .get-greytrunk-section .get-trunk-leftside .content h2,
    .get-greytrunk-section .get-trunk-rightside .content h2
    {
      font-size: 18px;
    }
    .get-greytrunk-section .get-trunk-leftside .content p,
    .get-greytrunk-section .get-trunk-rightside .content p
    {
      font-size: 12px;
    }
    .get-greytrunk-section .get-trunk-leftside .content, 
    .get-greytrunk-section .get-trunk-rightside .content{
      max-width:280px;
      padding: 10px 10px 10px;
    }
    .get-greytrunk-section .get-trunk-leftside:before,
    .get-greytrunk-section .get-trunk-rightside:before
    {
      background-size: 100%;
      height: 240px;
      background-position-x: 0px;
    }
    .get-greytrunk-section .get-trunk-leftside .terms-content, 
    .get-greytrunk-section .get-trunk-rightside .terms-content{
      bottom: -2px;
      left:28px
    }
  }

  @media screen and (min-width: 992px) and (max-width: 1200px) {
    .progress-tabs ul li a {
      min-width: 170px;
      text-align: center;
    }
  
    .form-wrapper {
      padding: 20px 15px 0 15px;
    }
  
    .more-filter-section ul li {
      padding-right: 15px;
    }
  
    .more-filter-section .more-filter {
      margin-left: 0;
    }
  
    .apply-filter-container .clearAll {
      margin-right: 10px;
    }
  
    .landing-nav {
      margin-bottom: 0;
    }
  
    .landing-nav li {
      margin-left: 20px;
    }
  
    .landing-nav li a {
      font-size: 16px;
    }
  
    .video-container iframe {
      height: 400px;
    }
  
    .slider-area .carousel-indicators {
      top: 185px;
    }
  
    .slider-area .carousel-indicators li:before {
      width: 23px;
    }
  
    .slider-area .carousel-indicators li+li {
      margin-left: 20px;
    }
  }

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .sign-up-btn {
      min-width: 152px !important;
    }
  
    .package-bg {
      padding-bottom: 15px;
    }
  
    .more-filter-section {
      margin-bottom: 20px;
    }
  
    .search-filter {
      margin-bottom: 20px;
    }
  
    .apply-filter-container {
      margin-bottom: 20px;
    }
  
    .package-tag .package-tag-inner {
      padding: 0 10px;
      padding-bottom: 20px;
    }
  
    .asset-detail-btn {
      padding-top: 0;
      margin-bottom: 30px;
    }
  
    .circle canvas {
      max-width: inherit;
    }
  
    .view-detail-table .table thead tr th:first-child {
      width: 540px;
      padding-left: 15px;
    }
  
    .view-detail-table .table thead tr th:nth-child(2) {
      min-width: 120px !important;
    }
  
    .view-detail-table .table thead tr th:nth-child(3) {
      min-width: 200px !important;
    }
  
    .view-detail-table .table tbody tr td:first-child {
      padding-left: 15px;
    }
  
    .landing-nav {
      margin-bottom: 0;
    }
  
    .landing-nav li {
      margin-left: 12px;
    }
  
    .landing-nav li a {
      font-size: 10.5px;
    }
  
    .header-nav .header-nav-group {
      /* margin-bottom: 50px; */
    }
  
    .video-container iframe {
      height: auto;
    }
  
    .video-container .video-wrapper .play-icon {
      background-size: 100% 100%;
    }
  
    .slider-area .slider-text-wrapper .slider-heading-second {
      font-size: 28px;
    }
  
    .slider-area .slider-body-text {
      font-size: 14px;
    }
  
    .slider-area .read-more {
      font-size: 18px;
    }
  
    .choose-plan-wrapper {
      height: auto;
    }
  
    .choose-plan-wrapper .col-md-6 {
      margin-bottom: 30px;
    }
  
    .slider-area .carousel-indicators {
      top: 185px;
    }
  
    .slider-area .carousel-indicators li:before {
      width: 23px;
    }
  
    .slider-area .carousel-indicators li+li {
      margin-left: 20px;
    }
  
    .view-asset-filter-area .export-btn.export-import {
      margin-right: 0;
    }
  
    .view-asset-filter-area .export-btn.export-csv {
      margin-right: 0;
    }
    .fixed-price-asset h3{
      padding: 20px;
    }
    .fixed-price-asset .fixed-asset{
      padding: 20px;
    }
    .fixed-price-asset .fixed-asset .plan-type {
      margin-bottom: 30px;
    }
    .fixed-price-asset .fixed-asset .plan-type .planinfo{
      width: 55%;
    }
    .fixed-price-asset .fixed-asset .right-side{
      padding-left: 0px;
    }
    .inventory-price-mgmt h2{
      padding: 20px;
    }
    .inventory-price-mgmt .inventory{
      padding: 20px;
      display: block;
      background-size: cover;
    }
    .inventory-price-mgmt .inventory .pricing{
      width: 100%;
    }
    .inventory-price-mgmt .inventory .includes-text{
      width: 100% !important;
      margin: 0 30px !important;
    }
    .about-assetplan-section{
      padding: 20px 0px 250px 20px;
    }
    .about-plan-img:before{
      bottom: -250px;
    }
    .smart-pricing-section .smart-price h1{
      font-size: 36px;
      line-height: normal;
    }
  
  }


  @media only screen and (max-width: 480px) {
    .fc-toolbar.fc-header-toolbar {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .fc-toolbar.fc-header-toolbar .fc-left {
      margin-bottom: 10px;
    }
  
    .fc-toolbar.fc-header-toolbar .fc-right {
      margin-bottom: 10px;
    }
  
    .slider-area .carousel-indicators li {
      width: 15px;
    }
  
    .slider-area .carousel-indicators li:before {
      width: 20px;
    }
  
    .slider-area .carousel-indicators li+li {
      margin-left: 17px;
    }
  
    .view-asset-filter-area .export-btn-wrap {
      display: -webkit-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
    }
  
    .view-asset-filter-area .export-btn-wrap .export-import {
      margin-right: 0;
      margin-bottom: 15px;
    }
  
    .view-asset-filter-area .export-btn-wrap .export-csv {
      margin-bottom: 15px;
    }
  
    .pagination-row-btm {
      bottom: -95px;
    }
  
    #search_text {
      max-width: 100%;
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 411px) {
    .dashed-border .btn-small+.btn-small {
      margin-top: 15px;
    }
  
    .user-group-wrapper .user-text a {
      margin-left: 0;
    }
  
    .user-group-wrapper {
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
    }
  
    .user-group-wrapper .user-img {
      margin-bottom: 15px;
    }
  
    .user-group-wrapper .user-profile {
      margin-left: 0;
    }
  }
  
  @media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    #sidebar.active {
      width: 100%;
      top: 0;
      height: 100%;
      overflow: auto;
    }
  
    #sidebar .sidebar-list {
      padding-top: 60px;
    }
  }
  
  @media only screen and (min-width: 300px) {
    table tbody tr.child ul {
      list-style: none;
      padding-left: 0px;
      margin-bottom: 0;
    }
  
    table tbody tr.child ul li {
      text-align: left;
      margin-bottom: 10px;
    }
  
    table tbody tr.child ul li span.dtr-title {
      font-weight: 500;
      color: #444343;
      font-size: 14px;
      float: left;
      width: 40%;
    }
  
    table tbody tr.child ul li span.dtr-data {
      color: #444343;
      font-size: 14px;
      font-weight: 400;
      float: left;
      width: 60%;
      padding-left: 20px;
    }
  
    table tbody tr.child ul li:after {
      content: ".";
      visibility: hidden;
      display: block;
      height: 0;
      clear: both;
    }

    .tracking-section .tracking-icon .text {
      font-size: 17px;
    }

  }
  
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-height: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),

only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (min-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (max-width: 1024px) and (max-height: 1024px) {
  .progress-tabs ul {
    padding-left: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-around;
    margin-bottom: 0;
    overflow-x: scroll !important;
    scrollbar-width: none;
    /* Firefox */

  }

  .progress-tabs ul {
    justify-content: initial !important;
  }

  .progress-tabs ul::-webkit-scrollbar {
    display: none;
  }

  .progress-tabs ul li {
    list-style: none;
    display: inline-flex;
    justify-content: center !important;
    min-width: 176px !important;
  }

  .progress-tabs ul li a {
    position: relative;
    padding-top: 47px;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 400;
  }
}


@media (min-width:200px)and (max-width:767px) {
  .search-filter {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .search-filter form {
    flex-grow: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 280px) and (max-height: 653px) {
  #audit-scan-file-table tbody tr td:first-child {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width:767px) {
  .thank-section-3 h2 {
    font-size: 28px;
  }

  .thank-you-wrapper button.primary-btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .solution {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .solution {
    display: block;
  }

  .quote::after,
  .quote::before {
    width: 40px;
    height: 35px;
  }

  .quote::after {
    left: -15%;
    top: 0;

  }

  .quote::before {
    right: -15%;
    top: 0;
    background-repeat: no-repeat;
    -webkit-transform: scale(-1);
    transform: scale(-1);
  }

  .quote {
    width: 80%;
  }

  .block-wrapper-img {
    order: 1;
    margin: 35px 0;
  }

  .captera-div {
    height: auto;
    margin: 35px 0;
  }

  .try-for-free {
    margin-left: 0 !important;
  }

  .premium-section {
    height: auto;
  }

  .premium-btn {
    margin-top: 20px;
    text-align: center;
  }

  .form-group.captcha-div {
    width: 100%;
  }

    .hidden-sm-down {
      display: none !important;
  }

  .mobile-header {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  li.main-menu .industries-arrow {
    display: inline-block;
    position: absolute;
    top: 5px;
    width: 20px;
    height: 18px;
    margin-left: 12px;
    z-index: 99999;
  }

  li.main-menu .industries-arrow.active {
    margin-top: 6px;
  }

  li.main-menu .industries-arrow.active .arrow.down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
  }

 .down {
   transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }

  .fixed-asset-management p, .inventory-asset-management p {
    color: #fff;
    padding-top: 20px;
  }

  .start-free-btn {
    margin-bottom: 20px;
    cursor: pointer;
  }

  .video-container {
    margin-top: 0px;
    padding: 50px 0 50px;
  }

  .video-container {
    height: auto;
    padding-top: 50px;
  }
  .video-container .video-wrapper .play-icon {
    background-size: 100% 100%;
  }

  .fixedasset-tracking h2 {
    line-height: normal;
    font-size: 24px; 
  }

  .fixedasset-tracking .fixed-asset .col-lg-4:nth-child(1) {
    max-width: 100%;
  }
  .fixedasset-tracking .fixed-asset .col-lg-4:nth-child(2) {
    max-width: 100%;
  }

  .fixedasset-tracking .fixed-asset .col-lg-4:nth-child(3) {
    max-width: 100%;
    margin-top: 20px;
  }

  .play-store-icon {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 20px;
    width: 260px !important;
  }


  .header-nav {
    background: url("../images/pricing-bg.png") no-repeat !important;
    background-size: cover !important;
  }

  .header-nav .header-nav-group {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header-nav .header-body h1 {
    font-size: 24px;
    line-height: normal;
    margin: 15px;
  }

  .fixed-price-asset h3{
    padding: 15px;
  }
  .fixed-price-asset .fixed-asset{
    padding: 20px 15px 20px 15px;
  }

  .fixed-price-asset .fixed-asset .right-side{
    padding-left: 0px;
    margin-top: 30px;
  }
  .fixed-price-asset .fixed-asset .plan-type .planinfo{
    width: 100%;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing{
    display:block;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing .start-btn{
    width: 100%;
  }
  /* .fixed-price-asset .fixed-asset .plan-type .planinfo{
    display: block;
  } */
  .fixed-price-asset .fixed-asset .right-side .includes-text ul li{
    width: 100%;
  }

  .fixed-price-asset .fixed-asset .right-side .pricing .price-list{
    width:100% !important;
    font-size: 42px !important;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text{
    flex-direction:column-reverse;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .lefttext{
    width: 100%;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo{
    width: 100% !important;
    margin-left: 57px ;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo:before{
    bottom: -10px;
    left: 15px;
  }

  .inventory-price-mgmt{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .inventory-price-mgmt h2{
    padding: 15px;
  }
  .inventory-price-mgmt .inventory{
    display: block;
    padding: 20px 15px 0px 15px;
    background-size:cover;
    padding-bottom: 40px;
  }
  .inventory-price-mgmt .inventory .pricing{
    width: 100% !important;
  }
  .inventory-price-mgmt .inventory .includes-text{
    width: 100% !important;
    margin: 0 0px;
  }
  .inventory-price-mgmt .inventory .includes-text ul{
    display: block;
  }
  .inventory-price-mgmt .inventory .includes-text ul li{
    width: 100%;
  }
  .inventory-price-mgmt .inventory .pricing-text{
    width: 100%;
  }
  .inventory-price-mgmt .inventory .pricing-text .book-demo::before{
    bottom: -12px;
    left: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .description-img .img-wrap {
    min-width: 100%;
    height: auto;
  }

  .detail-list-wrap .description-content {
    padding-right: 0px;
  }

  .description-img img {
    max-width: 100%;
  }

  .join-club .join-club-inner {
    width: 100%;
  }

  .sign-up-wrap .hs-form-iframe {
    width: 100% !important;
  }

  .user-profile-new {
    background: #f8f8f8;
  }

  .report-container ul.report-tab {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    overflow: scroll;
    white-space: nowrap;
    -moz-justify-content: inherit;
    -ms-justify-content: inherit;
    -webkit-box-pack: inherit;
    justify-content: inherit;
    -ms-flex-pack: inherit;
    overflow-y: hidden;
  }

  .any_time_finish {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .smart-pricing-section .container {
    width: 1140px;
    max-width: 100%;
  }
}

@media (min-width: 1200px)
{
  .smart-pricing-section .container{
      width: 1140px;
      max-width: 100%;
  }
  .smart-pricing-section .row ,.inventory-price-mgmt .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px)
{
  .smart-pricing-section .container {
      width: 1140px;
      max-width: 100%;
  }

  .smart-pricing-section .row,.inventory-price-mgmt .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 992px) {
  .form-wrapper {
    padding: 20px 15px 0 15px;
  }

  .finger-bg {
    padding: 95px 15px 0 15px;
  }

  .forgot-pwd {
    text-align: left;
  }

  .progress-content .note {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .progress-content .dataTables_wrapper {
    margin-bottom: 20px;
    min-width: 100%;
  }

  .asset-image-container {
    margin: auto;
  }

  .package-card {
    margin-bottom: 50px;
  }

  .description-bg {
    background: none;
  }

  .description-content {
    padding-top: 0;
  }

  .filter-xs {
    margin-bottom: 30px;
  }

  .filter-container .nice-select {
    margin-bottom: 20px;
    line-height: 41px;
  }
  .start-free-trial-menu .dropdown-menu{
    left: -40px !important;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo:before{
    left: -35px !important;
    width: 300px;
  }
  .inventory-price-mgmt .inventory .pricing-text{
    display: flex;
    align-items: center;
  }
  .inventory-price-mgmt .inventory .pricing-text .book-demo{
    margin-top: 0px;
  }
  .inventory-price-mgmt .inventory .pricing-text .book-demo::before{
    left: 20px; 
     width: 300px;
  }
  .get-greytrunk-section .get-trunk-leftside .terms-content, 
  .get-greytrunk-section .get-trunk-rightside .terms-content{
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .table thead th:nth-child(1) {
    min-width: 160px;
  }

  .table thead th:nth-child(2) {
    min-width: 200px !important;
  }

  .table thead th:nth-child(3) {
    min-width: 110px !important;
  }

  .table thead th:nth-child(4) {
    min-width: 200px !important;
  }

  .table thead th:nth-child(5) {
    min-width: 200px !important;
  }

  .table thead th:nth-child(6) {
    min-width: 110px !important;
  }

  .more-filter-container .nice-select span.current {
    white-space: nowrap;
    width: 90px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }

  .more-filter-container .nice-select .list li {
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
  .datepicker.dropdown-menu {
    max-width: 210px;
  }
}

@media (max-width:768px) and (min-width:767px) {
  #viewSuperUser-table .action {
    width: auto !important
  }
    .col-lg-12.col-md-12.col-12.hidden-sm-down.header-bar {
    width: 100%;
  }
  .navigation-section { 
    padding: 0px 20px !important;
  }

  .pricing-text {
    flex-direction: column ;
  }

.fixed-price-asset .fixed-asset .right-side .pricing-text {
    flex-direction: row !important;
 }
  .lower-footer.container.row {
    display: -ms-flexbox !important;
  }
}


.landing-cross {
  background: transparent;
  outline: none;
  border: 0;
  position: absolute;
  right: 13px;
  top: 13px;
}

.video-content .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px !important;
  padding-left: 15px !important;

}

img.img-responsive {
  width: 103px;
  height: 87px;
}

.leftside .logo img {
  width: 103px;
  height: 87px;
}

footer .lower-footer .copyright-text {
  color: #ffffff;
  font-size: 15px;
  font-family: 'proxima_novaregular';
  margin: auto;
  text-align: center;
}

footer .lower-footer .copyright-text a {
  color: #ffffff;
  font-size: 15px;
  font-family: 'proxima_novaregular';
  text-decoration: underline;
  text-align: center;
}

html, body {
  overflow-x: hidden;  /* Hides horizontal scroll */
  margin: 0;
  padding: 0;
}

.smart-pricing-section{
  background-image: url(../images/QuickTrack-Background-Triangle-and-Dot-Gradient.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.smart-pricing-section .smart-price{
  margin: 0 auto;
  padding: 80px 0px;
  text-align: center;
}
.smart-pricing-section .smart-price p{
  margin: 0px;
  padding: 0px;
  border: solid 1px #484848;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
  color: #fff;
}
.smart-pricing-section .smart-price h1{
    color: transparent;
    margin-bottom: 42px;
    font-size: 68px;
    font-weight: 700;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(139.98deg, #FFFFFF 0%, #71717A 141.06%);
    -webkit-background-clip: text;
    background-clip: text;
    width: 100%;
    display: block;
}
/* .smart-pricing-section .container .smart-price h1:before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #100024;
  position: absolute;
  bottom: -10px;
} */
.smart-pricing-section .smart-price .book-demo{
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  border: 1px solid #3c276a;
  background-color: #3c276a;
  border-radius: 12px;
  padding: 10px 26px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.smart-pricing-section .pricing-text .start-btn a:hover{
  text-decoration: none;
}
.smart-pricing-section .smart-price .book-demo:hover{
  border: 1px solid #d98528;
  background-color: #d98528;
}

.smart-pricing-section .pricing-text .start-btn a{
  color: white;
}

.smart-pricing-section .pricing .start-btn a:hover{
  text-decoration: none;
}

.smart-pricing-section .pricing .start-btn a{
  color: white;
}
.header-nav {
  background: url("../images/QuickTrack-Background-Triangle-and-Dot-Gradient.png") no-repeat;
  padding-top: 13px;
  background-size: cover;
  height: 100%;
}
.header-nav .header-nav-group {
  /* margin-bottom: 163px; */
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav .header-body {
  padding-bottom: 72px;
}

.header-nav .header-body h1 {
  color: transparent;
  /* Makes the text transparent so the background shows */
  margin-bottom: 54px;
  font-size: 68px;
  font-weight: 700;
  line-height: 78px;
  text-align: center;
  background: linear-gradient(139.98deg, #FFFFFF 0%, #71717A 141.06%);
  -webkit-background-clip: text;
  /* Clips the background to the text */
  background-clip: text;
}

.header-nav .header-body p {
  color: #ffffff;
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 16px;
  line-height: 27px;
  max-width: 460px;
}
.header-nav.description-header {
  background: transparent;
  height: initial;
}

.header-nav.description-header .grey-trunk-logo img {
  max-width: 100px;
}

.header-nav.description-header .header-nav-group {
  margin-bottom: 40px;
}



.fixed-price-asset{
  width: 100%;
}
.fixed-price-asset h3{
  background:#55307E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 15px 34px;
  text-align: left;
  color: #fff;
  margin: 0px;
}
.fixed-price-asset .fixed-asset{
  background: #FFFFFF0F;
  padding: 50px 40px 30px 40px;
  background-image: url(../images/pricing-bg.png);
}
.fixed-price-asset .fixed-asset .asset-dropdown .nice-select{
  background-color:#ffffff0d;
  border:none;
  height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
}
.fixed-price-asset .fixed-asset .asset-dropdown .nice-select .current{
    color: #fff;
}
.fixed-price-asset .fixed-asset .right-side{
  padding-left: 100px;
}
.fixed-price-asset .fixed-asset .leftside p{
  color: #99A1B3;
  padding-bottom: 32px;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}
.fixed-price-asset .fixed-asset .asset-dropdown .asset-text{
  color: #99A1B3;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
}
.fixed-price-asset .fixed-asset .plan-type .plan-text{
  color: #99A1B3;
  font-size: 16px;
  line-height: 24px;
  padding: 80px 0px 10px;
}
.fixed-price-asset .fixed-asset .plan-type .planinfo{
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items:center
}
.fixed-price-asset .fixed-asset .plan-type .planinfo span{
  color: #fff;
}
.fixed-price-asset .fixed-asset .plan-type .planinfo .extra-text{
    font-size: 12px;
    border-radius: 20px;
    border: solid 1px #ccc;
    padding: 3px 15px;
    background-color:#000A1E;
}
.fixed-price-asset .fixed-asset .plan-type .planinfo span .switch{
  margin: 0px;
  position: relative;
  top: 4px;
  width: 55px;
  height: 32px;
}
/* .fixed-price-asset .fixed-asset .plan-type .planinfo span .switch .slider{
  background: #020C20;
} */
.fixed-price-asset .fixed-asset .plan-type .planinfo span .switch .slider:before{
  width: 30px;
  height: 30px;
}
.fixed-price-asset .fixed-asset .plan-type .planinfo span .switch input:checked+.slider:before{
  transform: translateX(24px);
}
.fixed-price-asset .fixed-asset .right-side .pricing{
  display:flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.fixed-price-asset .fixed-asset .right-side .pricing .price-list{color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 48px;
font-weight: 700;
line-height: 67.2px;
text-align: left;
width:40%;
}
.fixed-price-asset .fixed-asset .right-side .pricing .start-btn{
    box-shadow: 0px 0px 0px 0px #00000000;
    box-shadow: 0px 0px 0px 1px #FFFFFF1A;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    border: 1px solid #3c276a;
    background-color: #3c276a;
    border-radius: 12px;
    padding: 10px 26px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    height: 48px;
    width: 60%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
    cursor: pointer;
}
.fixed-price-asset .fixed-asset .right-side .pricing .start-btn:hover{
  border: 1px solid #D9802C;
  background-color: #D9802C;
  border-radius: 12px;
}

.fixed-price-asset .fixed-asset .right-side .pricing-text{
  display:flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.fixed-price-asset .fixed-asset .right-side .pricing-text .lefttext{
  width: 40%;
}
.fixed-price-asset .fixed-asset .right-side .pricing-text .lefttext span{
  color: #99A1B3;
  font-family: "Plus Jakarta Sans", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 19.6px;
text-align: left;
display: block;
}
.fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo{
  width: 60%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  position: relative;
}
.fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo:before{
  content: '';
  position: absolute;
  top: 35px;
  left: 25px;
  width: 100%;
  height: 1px;
  background-image: url(../images/pricebookdemoborder.svg);
  background-repeat: no-repeat;
}
.fixed-price-asset .fixed-asset .right-side .includes-text h4{
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 24px;
text-align: left;
color: #71798B;
border-bottom: solid 1px #71798B;
padding-bottom: 16px;
}
.fixed-price-asset .fixed-asset .right-side .includes-text ul{
  display: flex;
  margin-top: 18px;
  padding: 0px;
  list-style: none;
  flex-wrap:wrap;
}
.fixed-price-asset .fixed-asset .right-side .includes-text ul li{
  color: #fff;
  width: 50%;
  position: relative;
  padding: 0px 30px 20px;
}
.fixed-price-asset .fixed-asset .right-side .includes-text ul li:before{
  content:'';
  position:absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../images/tick-icon.png);
}

.dropup, .dropdown {
  position: relative;
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.smart-pricing-section  .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.inventory-price-mgmt{
  width: 100%;
  margin-top: 60px;
  margin-bottom: 80px;
}
.inventory-price-mgmt h2{
    background: #D9802C;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 34px;
    text-align: left;
    color: #fff;
    margin: 0px;
}
.inventory-price-mgmt .inventory{
  display: flex;
  padding: 42px 40px 0px 22px;
  background-image: url(../images/pricing-bg.png);
  background-repeat: no-repeat;
  justify-content:space-between;
}
.inventory-price-mgmt .inventory .pricing{
  width: 15%;
}
.inventory-price-mgmt .inventory .includes-text{
  width: 52%;
  margin: 0 30px;
}
.inventory-price-mgmt .inventory .pricing-text{
  width: 25%;
}
.inventory-price-mgmt .inventory .pricing .price-list{
  color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: left;
}
.inventory-price-mgmt .inventory .pricing .price-list span{
  color: #99A1B3;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: left;
  display: block;
}
.inventory-price-mgmt .inventory .includes-text h4{
  font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #71798B;
    border-bottom: solid 1px #71798B;
    padding-bottom: 16px;
}
.inventory-price-mgmt .inventory .includes-text ul {
  display: flex;
  margin-top: 18px;
  padding: 0px;
  list-style: none;
  flex-wrap: wrap;
}
.inventory-price-mgmt .inventory .includes-text ul li {
  color: #fff;
  width: 50%;
  position: relative;
  padding: 0px 30px 20px;
}
.inventory-price-mgmt .inventory .includes-text ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url(../images/tick-icon.png);
}
.inventory-price-mgmt .inventory .pricing-text .start-btn {
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  border: 1px solid #d98528;
  background-color: #d98528;
  border-radius: 12px;
  padding: 10px 26px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  height: 48px;
  width: 100%;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.inventory-price-mgmt .inventory .pricing-text .start-btn:hover {
  border: 1px solid #3c276a;
  background-color: #3c276a;
  border-radius: 12px;
}

.inventory-price-mgmt .inventory .pricing-text .book-demo {
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-top: 32px;
  position: relative;
}
.inventory-price-mgmt .inventory .pricing-text .book-demo::before{
  content: '';
  position: absolute;
  bottom: -15px;
  left: -10px;
  width: 100%;
  height: 1px;
  background-image: url(../images/pricebookdemoborder.svg);
  background-repeat: no-repeat;
}

.about-assetplan-section {
  background: #1E283C;
  padding: 44px 0px 0px 60px;
  margin-bottom: 60px;
  margin-top: 40px;
}

.about-assetplan-section h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: left;
  color: #fff;
  padding: 0px;
  margin-bottom: 24px;
}

.about-assetplan-section .subscribe-text {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25.2px;
  text-align: left;
}

.about-assetplan-section .a {
  color: #0275d8;
  text-decoration: none;
}

.about-plan-img {
  display: flex;
  height: 100%;
}

.about-plan-img img{
  width: 100%;
  height: 100%;
}


.about-assetplan-section .start-free-trial-btn {
  background: #EBEBEB;
  box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 1px #FFFFFF1A;
  box-shadow: 0px 0px 0px 0px #FFFFFF;
  border: none;
  color: #000;
  border-radius: 12px;
  padding: 12px 25px;
  margin-top: 48px;
  margin-bottom: 40px;
  cursor: pointer;
}
.asset-tracking-section {
  background-color: #D9802C;
}

.footer-section {
  position: relative;
}

.footer-section:before {
  content: '';
  position: absolute;
  bottom: -50px;
  width: 100%;
  height: 1px;
  background-color: #eee;
  opacity: 0.2;
}

.feature-content.justify-content-center {
  display: flex !important;
  flex-wrap: wrap;
}
.smart-pricing-section .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.smart-pricing-section .container .row {
  margin: 0;
}
@media (max-width: 767px) {
  .inventory-price-mgmt .inventory {
    width: 100%;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
  }
  .inventory-price-mgmt .inventory .pricing-text .book-demo {
    width: 100%;
    margin-top: 25px;
    padding: 0 0 25px;
  }
  .inventory-price-mgmt .inventory .pricing-text {
    width: 46% !important;
    flex-direction: column;
 }
  .inventory-price-mgmt .inventory .pricing-text .book-demo::before {
    left: -29px !important;
  }
  .row.header-nav-group {
    width: 100%;
      display: contents;
  }
  .col-lg-12.col-md-12.col-sm-12.col-12.hidden-sm-down.header-bar {
     width: 90%;
  }
  .inventory-price-mgmt .inventory .pricing-text .start-btn {
    padding: 1px 26px;

  }

}

  @media only screen and (max-width: 767px) {
    .footer-section .row {
      margin-bottom: 20px;
  }
  
  .upper-footer h3 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 10px;
  }
  
  .col-6 {
      padding-right: 10px;
      padding-left: 10px;
  }
  
    /* Make all columns full width */
    .fixed-asset .col-lg-4,
    .fixed-asset .col-lg-8,
    .fixed-asset .col-md-12 {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0 15px;
    }
    
    /* Stack all content vertically */
    .fixed-asset .row {
      display: block;
    }
    .right-side {
      padding-left: 0px !important;
      margin-top: 30px;
    }
    /* Add spacing between stacked elements */
    .leftside,
    .right-side,
    .asset-dropdown,
    .plan-type,
    .pricing,
    .pricing-text,
    .includes-text {
      width: 100%;
      margin-bottom: 20px;
    }
    
    /* Make all interactive elements full width */
    .asset-dropdown select,
    .start-btn a,
    .book-demo a {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 12px;
    }
    
    /* Center text elements */
    .asset-text,
    .plan-text,
    .planinfo,
    .price-list,
    .lefttext {
      text-align: center;
      width: 100%;
      display: block;
    }
    
    /* Fix plan toggle alignment */
    .planinfo {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
    .mobile-footer-logo-container{
      width: 100%;
      max-width: 100%;
    }
    .mobile-footer-logo-column{
      width: 50%;
      padding: 35px;
    } 
    
    .upper-footer .leftside p {
      max-width: 100%
    }
    .home-nav .header-body {
      padding-bottom: 0px;
  }
   
  }


  .slider.round {
    border-radius: 34px;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider.round:before {
    border-radius:34px;
  }
.switch input {
    display: none;
}
  .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .fixed-price-asset .fixed-asset .plan-type .planinfo span {
    color: #fff;
  }
  
  /* Target iPads (both portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-asset-management h2 {
    font-size: 21px;
  }
  .fixedasset-tracking .fixed-asset .asset-text ul li {
    height: 65px;
  }
  .fixedasset-tracking .fixed-asset .asset-text {
    margin-top: 110px;
  }
  .col-lg-4.col-md-6.mobile-footer-logo-container {
    max-width: 100%;
  }
  .row.header-nav-group {
    margin: 0;
  }
  .hidden-sm-down.header-bar {
    width: 100%;
  }
  .frequently-section .card .card-header h2 button {
    white-space: normal; 
  }
  .inventory-price-mgmt .inventory .pricing-text {
    display: flex;
    flex-direction: column;
  }
  .inventory-asset-management p {
    margin-bottom: 78px;
  }
  
  .video-container {
    margin-top: 250px;
  }

}

@media only screen and (max-width: 360px) and (max-height: 740px) { 
   .asset-dropdown select, .start-btn a, .book-demo a {
    padding: 0px !important;
 }
}

@media (max-width: 540px) and (max-height: 720px) {
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo {
    width: 100% !important;
    margin-left: 115px;
  }
  .inventory-price-mgmt .inventory .pricing-text .book-demo::before {
    top: 42px;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo:before {
    left: 47px !important;
  }
  .header-nav {
    padding-top: 21px !important;
  }
  .streamline-text {
    margin-top: 55px !important;
  }
  .start-free-btn {
    margin-bottom: 9px !important;
  }
  .home-nav .header-body h1 {
    margin-bottom: 13px !important; 
  }
}

  @media only screen and (max-width: 430px) {
    .asset-dropdown select, .start-btn a, .book-demo a {
      padding: 4px;
  }
  /* .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo {
    margin-left: 44px;
  } */
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo:before {
    left: -12px !important;
  }
  .header-nav {
    padding-top: 9px !important;
  }
  .fixed-price-asset .fixed-asset .right-side .pricing-text .book-demo {
    margin-left: 60px;
}
}

@media only screen and (max-width: 412px) and (max-height: 915px) {
  .header-nav {
    padding-top: 13px !important;
  }
}

.modal-body-scroll {
  max-height: 400px; 
  width: 100%;
  overflow-y: auto !important;
}

@media screen and (width: 1024px) {
  .inventory-asset-management p {
    margin-bottom: 57px !important;
  }

  .product_create .cat,  .product_edit .cat  {
        flex-direction: column !important;
    }

  .product_create .cat .cat-items,  .product_edit .cat .cat-items  {
      max-width: 100% !important;
      flex: 0 0 100%;
      width: 100%;
    }

}
nav#v-tabs {
  margin-left: 15px;
}
/* Default (Desktop) - Keep logo on left, rest in a row */
@media (min-width: 992px) {  
  .footer-section .row {
      display: flex;
      flex-wrap: nowrap;  /* Prevents wrapping */
      justify-content: space-between;
      align-items: start;
  }
  
  /* Logo Section stays on the left */
  .footer-section .mobile-footer-logo-container {
      flex: 0 0 30%;  /* Adjust width as needed */
      text-align: left; 
  }

  /* Other sections spread equally */
  .footer-section .mobile-footer-logo-column {
      flex: 0 0 16%; /* Each takes equal space */
      text-align: left;
  }
}

/* Mobile (Less than 768px) */
@media (max-width: 767px) {
  .footer-section .row {
      display: flex;
      flex-wrap: wrap; /* Allows wrapping */
      justify-content: center;
      text-align: left;  /* Keep text aligned to left */
  }

  /* Logo section stays on the left */
  .footer-section .mobile-footer-logo-container {
      flex: 0 0 100%; 
      text-align: left;  /* Keeps logo left-aligned */
      margin-bottom: 20px;
  }

  /* Remaining sections - 2 per row */
  .footer-section .mobile-footer-logo-column {
      flex: 0 0 50%; /* 2 per row */
      margin-bottom: 15px;
      text-align: left;
  }

  .registration-screen .container-fluid .row {
    /* your styles here */
    display: block !important;
  }
  .auth-header{
    margin-top: 0px !important;
  }
}

.auth-header{
  margin-top: 150px;
}

#industry_type{
  height: 50px;
}
.not-found-page {
  height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-page .pnf-big-text {
  color: #444343;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.not-found-page .pnf-small-text {
  color: #444343;
  font-size: 20px;
  text-align: center;
}

.superuser h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #100024;
  position: relative;
  line-height: 33px;
}

#asset_search_form {
  padding: 2px;
}
.search-filter .input-group button {
  border-radius: 0;
  border-left: 0;
  background: #ffffff;
  height: 34px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 5px;
}

#search_text {
  width: 230px;
}

.search-filter {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
 .btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.filter-xs .clearAll {
  margin-left: 10px;
}
.clearAll.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: none;
}
.clearAll {
  color: #d80404;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.label-dark {
  color: #100024;
}


.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.bootbox .modal-header {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 7px;
  right: 15px;
  z-index: 9;
  font-size: 32px;
  color: #444343;
  font-weight: 400;
}

.modal-dialog .modal-content .modal-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #100024;
  position: relative;
  line-height: 33px;
  margin-bottom: 40px;
}


button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}


.modal-dialog .modal-content {
  padding: 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid #979797;
  position: relative;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.not-found-page {
  height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-page .pnf-big-text {
  color: #444343;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.not-found-page .pnf-small-text {
  color: #444343;
  font-size: 20px;
  text-align: center;
}

.select-field {
  background: #f8f8f8;
  background: #f8f8f8;
  margin-left: -29px;
  margin-right: -29px;
  padding: 12px 29px 25px 29px;
  margin-bottom: 30px;
}

.select-field .select-field-title {
  margin-bottom: 16px;
}

.select-field .select-field-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.select-field .select-field-flex .select-single-field {
  cursor: pointer;
}

.select-field .select-field-flex .select-single-field .select-field-text {
  color: #aaa5b1;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.select-field .select-field-flex .select-single-field .select-field-img {
  width: 42px;
  height: 37px;
  margin: auto;
  background: url("../images/sprtie_Ac.png");
  background-size: 300px 300px;
  margin-bottom: 8px;
}

.select-field .select-field-flex .select-single-field .select-field-img.numeric {
  background-position: -67px -50px;
}

.select-field .select-field-flex .select-single-field .select-field-img.single-line-text {
  background-position: -66px -97px;
}

.select-field .select-field-flex .select-single-field .select-field-img.sfi-dropdown {
  background-position: -66px -145px;
}

.select-field .select-field-flex .select-single-field .select-field-img.sfi-date {
  background-position: -169px -143px;
}

.select-field .select-field-flex .select-single-field .select-field-img.sfi-radio {
  background-position: -170px -50px;
}

.select-field .select-field-flex .select-single-field .select-field-img.sfi-check {
  background-position: -170px -97px;
}

.select-field .select-field-flex .select-single-field.active .select-field-text {
  color: #100024;
  font-weight: 400;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.numeric {
  background-position: -118px -50px;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.single-line-text {
  background-position: -118px -97px;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.sfi-dropdown {
  background-position: -118px -145px;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.sfi-date {
  background-position: -222px -143px;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.sfi-radio {
  background-position: -222px -50px;
}

.select-field .select-field-flex .select-single-field.active .select-field-img.sfi-check {
  background-position: -222px -97px;
}

@media screen and (max-width: 767px) {

  .select-field {
    margin-left: -15px;
    margin-right: -15px;
    padding: 12px 15px 0px 15px;
  }

  .select-field .select-field-flex {
    white-space: nowrap;
    overflow-y: auto;
  }

  .select-field .select-field-flex .select-single-field {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
  }

  .select-field .select-field-flex .select-single-field .select-field-text {
    text-align: center;
  }

}

.btn-microsoft svg {
  vertical-align: middle;
}


a.btn.btn-microsoft.btn-primary.btn-lg.btn-block {
  padding: 15px;
  border-radius: 11px;
  margin-bottom: 29px;
}


a.btn-microsoft:hover,
a.btn-microsoft:focus,
a.btn-microsoft:active {
  background-color: #4A148C !important; 
  text-decoration: none;
  box-shadow: none;
}

.webinar-btn{
  padding: 5px 5px;
  color: #fff;
  font-weight: 400;
}
.rightside-nav .webinar-btn {
  margin-right: 28px;
  font-size: 16px;
  color: #d98528;
  line-height: 24px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 12px;
}

span#amount_received-error{
  font-size: 11px !important;
  padding-left: 0px !important;
}
.headerBtn {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#product-predefined-field-table_wrapper .dataTables_length select,
#product-custom-field-table_wrapper .dataTables_length select {
  background-color: #ffffff;
  margin-right: 10px;
  width: 80px;
}

#product-predefined-field-table_wrapper,
#product-custom-field-table_wrapper {
  max-height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 100%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
}

.location-group {
  float: right;
  margin-bottom: 12px;
}

.product-field-save-btn {
  text-align: right;
}
.choice-group .ui-widget {
  font-size: inherit;
}

ul.tagit {
  padding-top: 5px;
}

ul.tagit li.tagit-choice {
  border-radius: 3px;
  background-color: #F5F0FA;
  border-color: #F5F0FA;
  padding: 5px 25px 5px 5px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
;
  height: 30px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.error-field {
  color: #d80404;
  font-size: 12px;
  margin-top: 10px;
}

 .superuser-group .dropdwon-btn-group .btn+.btn {
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .user-detail-img {
  text-align: center;
}
.ada-wrapper .ada-label {
  font-size: 14px;
  font-weight: 500;
  color: #444343;
  margin-bottom: 15px;
}

.ada-wrapper .ada-label-text {
  font-size: 14px;
  font-weight: 400;
  color: #444343;
  text-align: left;
}

.user-detail-wrapper .btn {
  height: inherit;
}

.user-detail-wrapper .btn+.btn {
  margin-left: 30px;
}
 .admin-group {
    float: none !important;
  }

  .admin-group .dropdwon-btn-group {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

 .admin-group .dropdwon-btn-group
  {
    display: block;
  }

  .admin-group .dropdwon-btn-group .btn+.btn {
    margin-left: 0;
    margin-bottom: 0;
  }

  .superuser-group .dropdwon-btn-group .btn+.btn {
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .dropdwon-btn-group {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropdwon-btn-group .dropdown {
  margin-right: 30px;
}

.dropdwon-btn-group .dropdown .dropdown-toggle {
  background: #ffffff;
  border-color: #878787;
}

.dropdwon-btn-group .dropdown .dropdown-toggle:after {
  position: absolute;
  right: 13px;
  top: 17px;
  color: #878787;
}

.dropdwon-btn-group .dropdown.show .dropdown-toggle {
  background: #ffffff;
}

.dropdwon-btn-group .dropdown .dropdown-menu {
  padding: 6px 14px;
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
}

.dropdwon-btn-group .dropdown .dropdown-menu .dropdown-item {
  text-align: center;
  font-size: 16px;
  color: #444343;
  text-transform: capitalize;
  border-bottom: 1px solid #aaa5b1;
}

.dropdwon-btn-group .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}

.dropdwon-btn-group .dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.dropdwon-btn-group .btn {
  height: 33px;
  line-height: 1;
}

.dropdwon-btn-group .btn-secondary {
  font-size: 16px;
  color: #444343 !important;
  text-transform: capitalize;
  min-width: 159px;
  text-align: left;
}

.dropdwon-btn-group .btn-secondary:hover {
  background: #ffffff;
}

.dropdwon-btn-group .btn-primary {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#812dc0), to(#4a148c));
  background-image: linear-gradient(to bottom, #812dc0, #4a148c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#812dc0), to(var(--indigo-blue)));
  background-image: linear-gradient(to bottom, #812dc0, var(--indigo-blue));
}

.dropdwon-btn-group .nice-select {
  height: 33px;
  line-height: 15px;
  min-width: 160px;
  font-size: 16px;
  color: #444343;
  font-weight: 400;
  border-color: #878787;
  text-transform: capitalize;
}

.dropdwon-btn-group .nice-select.open .list {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
}

.dropdwon-btn-group .nice-select:hover {
  border-color: #4a148c;
}

.dropdwon-btn-group .nice-select .option:hover {
  background-color: #f6f6f6;
}

.dropdwon-btn-group .nice-select .option.focus {
  background-color: #f6f6f6;
}

.dropdwon-btn-group .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}


aside{
  display: block;
}

.float-right {
    float: right !important;
}


.dashboard-card-wrapper {
  margin-bottom: 50px;
}

.dashboard-card-wrapper .dashboard-inner-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card {
  width: 100%;
  margin-right: 30px;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 19, 22, 0.28);
  box-shadow: 0 2px 6px 1px rgba(0, 19, 22, 0.28);
  border-radius: 4px;
  position: relative;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card:last-child {
  margin-right: 0;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.blue-card {
  background-image: linear-gradient(244deg, #6c7fff, #01b1c8);
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.blue-card .dashboard-inner-card {
  background: url("../images/blue-bg-image.svg") no-repeat;
  background-position: center right;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.purple-card {
  background-image: linear-gradient(241deg, #6e09fb, #901ccd, #901ccc);
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.purple-card .dashboard-inner-card {
  background: url("../images/purple-bg-images.svg") no-repeat;
  background-position: center right;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.green-card {
  background-image: linear-gradient(298deg, #03967a, #12d488);
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.green-card .dashboard-inner-card {
  background: url("../images/green-bg-images.svg") no-repeat;
  background-position: center right;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.yellow-card {
  background-image: linear-gradient(59deg, #fab80e, #f76b1c);
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.yellow-card .dashboard-inner-card {
  background: url("../images/yellow-bg-images.svg") no-repeat;
  background-position: center right;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.red-card {
  background-image: linear-gradient(48deg, #f08147, #cc251c);
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card.red-card .dashboard-inner-card {
  background: url("../images/red-bg-image.svg") no-repeat;
  background-position: center right;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card {
  padding: 10px 20px 23px 20px;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card .dashboard-number {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card .dashboard-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card .dashboard-sub-text {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card .dashboardArrow {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.dashboard-card-wrapper .dashboard-inner-wrapper .dashboard-card .dashboard-inner-card .dashboard-arrow {
  background: url("../images/right-arrow.svg") no-repeat;
  width: 25px;
  height: 20px;
  display: inline-block;
}


.toll-free img.img-responsive {
    width: 40px;
    height: 27px;
    margin-right: 16px;
}

.toll-num{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 18px;
    white-space: nowrap;

}
img.scanner_icon {
    width: 30px;
    height: 22px;
    margin-left: 5px;
}

.field-inline-options {
    display: flex;
    flex-wrap: wrap;
    gap: 3.25rem;
    align-items: center;
}

.field-inline-options label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 0.35rem;
    margin-left: 0px !important;
}

label.d-flex.align-items-center.gap-1
{
     gap: 1.25rem !important;
}
.custom_field {
    padding-left: 18px;
}

.mc-form-group.d-flex.col-12.row {
    padding-left: 0px;
    margin-left: 15px;
    width: 97%;
}
.mc-form-group.mc-form-group-gap.row.col-12.col-lg-12 {
    margin-left: 3px;
}

.invt_div{
  margin-top: 50px;
}
.mc-form-group.mc-form-group-gap.product_div {
    padding-bottom: 50px;
}

.modal-content.product-field {
  width: 680px;
}

.col-lg-2.col-6.form-check {
    margin-left: 18px !important;
}
.col-lg-4.col-6.form-check {
    margin-left: 18px !important;
}

.form-group.mt {
    margin-top: 10px;
}

.form-group.limited-category-list {
    margin-left: 3%;
  }

@media (max-width: 575.98px) {
  .modal-content.product-field {
    width: 95% !important;
    margin: 0 auto;
  }

  .col-lg-2.col-6.form-check,
  .col-lg-4.col-6.form-check {
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 10px;
  }

  .form-group.limited-category-list {
    margin-left: 11px !important;
  }

  .form-group.mt {
    margin-top: 8px;
  }

  .form-check-label {
    font-size: 14px;
  }

  .category_list .form-check {
    padding-left: 0;
  }
  .modal-content.product-field {
    width: 354px !important;
  }
  .modal-body .form-group .row{
    margin-left: 14px !important;
  }

}

@media (min-width: 768px) and (max-height: 284px) {
  .modal-content.product-field {
    width: 545px !important; 
  }
}
h2.h8.mc-form-heading.mb-invt {
  margin-bottom: 20px !important;
}
h2.h8.mc-form-heading.mb-invt-edit {
    margin-bottom: 33px !important;
}

div#product-predefined-field-table_processing ,div#product-custom-field-table_processing{
    margin-left: 10px !important;
}
.col-lg-6.col-12.form-check {
    max-width: 37% !important;
}
.col-lg-6.col-12.form-check.edit-cust-field {
  max-width: 34% !important;
}

.form-group.limited-category-list.edit-cust-field {
      margin-left: 2%;
}

@media (min-width: 768px) and (max-height: 314px) {
 .modal-content.product-field {
    width: 588px !important;
  }
}
.category_list .col-lg-6.col-12.form-check {
  font-size: 15px;
}
.invt-detail{
  display: flex !important;
}

.product_detail{
  display: flex !important;
}

.product_create{
  display: flex !important;
}

.product_edit{
  display: flex !important;
}

.edit_inv,
.container-fluid.wrapper .row,
.add_war,
.create_rack,
.add_order,
.view-order,
.create_cus, .cust-view ,.create-sys-user ,.view-sys-user,.view-dashboard{
    display: flex !important;
}
.view-sys-user{
  display: flex !important;
  width: 100%;
}

.hide-email-wrapper{
  padding  :25px 80px 8px 60px;
}

.login-wrapper .form-group{
  margin-bottom: 1rem !important;
}

.d-flex.justify-content-center.my-3 {
    color: #444343;
}

.setup-icon::before {
  content: "";
  background: url("../images/gear.png");
  width: 16px;
  height: 16px;
  display: flex;
  vertical-align: middle;
  margin-top: 11px;
  position: relative;
  top: -1px;
  margin-left: 14px;;
}

.setup-icon {
    text-transform: uppercase;
    color: #444343;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 2px;
    margin-right: 8px;
}
#setupModal .modal-header {
  display: block;
}

#setupModal .modal-header h1 {
  margin-bottom: 20px;
}

#setupModal .modal-header p {
  margin-bottom: 0;
}

#setupModal .modal-body {
  max-height: 310px;
  overflow-y: auto;
}

.setup-ul {
  padding-left: 0;
}

.setup-ul li {
  list-style: none;
}

.setup-ul li label {
  color: #878787;
  font-size: 14px;
}

.setup-ul li label:before {
  border-color: #878787;
}

.setup-ul li.active label {
  color: #444343;
}

.setup-ul li.active label:before {
  border-color: #421973;
}

.ui-state-default {
    border: none !important;
    background: none !important;
}
.ui-state-highlight {
    border: none !important;
    border-color: #f6f6f6 !important;
}

#setupModal .modal-content {
    width: 90% !important;
}

.open_category_modal .modal-body {
    padding-top: 63px !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 0.5rem !important;
}

.product_create .mc-form-group-gap , .product_edit .mc-form-group-gap {
    margin-bottom: 37px !important;
}

.product_create .py-3 ,.product_edit .py-3 {
    padding-top: 1.2rem !important;
    padding-bottom: 1rem !important;
}

